Skip to content

Commit a659423

Browse files
committed
Bump version to: v0.1.1 [skip ci]
1 parent 23a876c commit a659423

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-visual-novel-demo",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"build": "run-s --silent build:*",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json.schemastore.org/lerna",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"npmClient": "pnpm",
55
"useWorkspaces": true,
66
"command": {

packages/react-visual-novel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-visual-novel",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "React library for building web-based visual novels",
55
"repository": "https://github.com/utility-first/react-visual-novel",
66
"license": "MIT",

0 commit comments

Comments
 (0)