diff --git a/README.md b/README.md index fb020ea..2215ff1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A JavaScript framework for writing mutable narratives -![Integration tests](https://github.com/lizadaly/windrift/actions/workflows/cypress.yml/badge.svg) +![Integration tests](https://github.com/lizadaly/windrift/actions/workflows/playwright.yml/badge.svg) Windrift has been used to author interactive hypertext stories including the award-winning [Harmonia](https://lizadaly.com/pages/harmonia/) in 2017, [Stone Harbor](https://stoneharborgame.com/) in 2016, and [The Ballroom](https://lizadaly.com/projects/the-ballroom/) in 2019, all by Liza Daly. It was @@ -62,3 +62,7 @@ Windrift 2 unifies them into a single NextJS application, capable of hosting mul Because the core Windrift code is bundled with each story repository, authors can fully modify or alter any fundamental behavior of the library. The [v1 branch](https://github.com/lizadaly/windrift/tree/v1) is no longer receiving updates. + +## Contributor acknowledgment + +* 6notes: Playwright test suite conversion diff --git a/package.json b/package.json index 943c1c1..f758025 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "windrift", - "version": "2.2.2", + "version": "2.2.3", "private": true, "scripts": { "build": "next build",