From 8fbcda1db4e83a40c860e49661cfc2475bc1eac6 Mon Sep 17 00:00:00 2001 From: Eric Harris-Braun Date: Thu, 29 Sep 2022 15:52:25 -0400 Subject: [PATCH] bump versions --- apps/applet/ui/package.json | 2 +- apps/launcher/ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/applet/ui/package.json b/apps/applet/ui/package.json index 4ef532b..596b6e0 100644 --- a/apps/applet/ui/package.json +++ b/apps/applet/ui/package.json @@ -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", diff --git a/apps/launcher/ui/package.json b/apps/launcher/ui/package.json index e0fc3e5..752b3e7 100644 --- a/apps/launcher/ui/package.json +++ b/apps/launcher/ui/package.json @@ -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\"",