Skip to content

Commit d701800

Browse files
committed
Bump version
1 parent 0fe466f commit d701800

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
@@ -94,7 +94,7 @@ jobs:
9494
command: |
9595
if [ -z "$GIT_TAG" ]; then
9696
# master branch
97-
echo "export TAG=0.8.${CIRCLE_SHA1}" >> $BASH_ENV
97+
echo "export TAG=0.9.${CIRCLE_SHA1}" >> $BASH_ENV
9898
else
9999
# tag branch, cut 'v' prefix (only v prefixed tags should trigger this job)
100100
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.8",
3+
"version": "0.9",
44
"private": true,
55
"scripts": {
66
"postinstall": "patch-package && cd node_modules/@ijprest/kle-serial && npm run build",

0 commit comments

Comments
 (0)