Skip to content

Commit 99948ee

Browse files
committed
Bump version
1 parent f2d0292 commit 99948ee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/continue-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
command: |
103103
if [ -z "$GIT_TAG" ]; then
104104
# master branch
105-
echo "export TAG=0.5.${CIRCLE_SHA1}" >> $BASH_ENV
105+
echo "export TAG=0.6.${CIRCLE_SHA1}" >> $BASH_ENV
106106
else
107107
# tag branch, cut 'v' prefix (only v prefixed tags should trigger this job)
108108
echo "export TAG=$(echo $GIT_TAG | cut -c 2-)" >> $BASH_ENV

webapp/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keyboard-tools",
3-
"version": "0.5",
3+
"version": "0.6",
44
"private": true,
55
"scripts": {
66
"postinstall": "patch-package && cd node_modules/@ijprest/kle-serial && npm run build",

0 commit comments

Comments
 (0)