Skip to content

Commit

Permalink
bump version (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonsubin authored Dec 18, 2020
1 parent d13f22d commit f68ea5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: build
- name: Build
run: |
yarn
yarn build
yarn
yarn build
working-directory: ./
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glitch-deploy-tool",
"version": "0.1.6-alpha",
"version": "0.1.7-alpha",
"description": "CLI tool for deploying files to Glitch.com",
"keywords": [
"glitch.com",
Expand Down

0 comments on commit f68ea5a

Please sign in to comment.