Skip to content

Commit dddaf2e

Browse files
committed
Bump version number
1 parent ca1a73e commit dddaf2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.${CIRCLE_SHA1}" >> $BASH_ENV
105+
echo "export TAG=0.2.${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.json

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

0 commit comments

Comments
 (0)