Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Sep 29, 2022
1 parent 7d0baa6 commit 8fbcda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/applet/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "TalkingStickies in we-applet form",
"license": "MIT",
"author": "holochaindev",
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
Expand Down
2 changes: 1 addition & 1 deletion apps/launcher/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "talking-stickies-app",
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"build": "rimraf public/build && rollup -c",
"build:watch": "run-singleton \"rollup -c -w\"",
Expand Down

0 comments on commit 8fbcda1

Please sign in to comment.