Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamws committed Jan 11, 2024
1 parent 4476676 commit 91c14d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
command: |
if [ -z "$GIT_TAG" ]; then
# master branch
echo "export TAG=0.3.${CIRCLE_SHA1}" >> $BASH_ENV
echo "export TAG=0.4.${CIRCLE_SHA1}" >> $BASH_ENV
else
# tag branch, cut 'v' prefix (only v prefixed tags should trigger this job)
echo "export TAG=$(echo $GIT_TAG | cut -c 2-)" >> $BASH_ENV
Expand Down
4 changes: 2 additions & 2 deletions webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keyboard-tools",
"version": "0.3",
"version": "0.4",
"private": true,
"scripts": {
"postinstall": "patch-package && cd node_modules/@ijprest/kle-serial && npm run build",
Expand Down

0 comments on commit 91c14d9

Please sign in to comment.