Skip to content

Commit

Permalink
Update test badge and version bump (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizadaly authored May 21, 2023
1 parent 087dbdd commit e803d7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "windrift",
"version": "2.2.2",
"version": "2.2.3",
"private": true,
"scripts": {
"build": "next build",
Expand Down

0 comments on commit e803d7d

Please sign in to comment.