Skip to content

Commit

Permalink
v1.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
heineiuo committed Jul 5, 2020
1 parent 65d93d3 commit 3b065e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: |
github.event_name == 'push' && contains(github.ref, 'refs/tags/')
run: |
cd ripple-deno
cd rippledb-deno
git tag ${TAG_NAME}
git push --tags
cd ..
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rippledb",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"main": "build/port/node.js",
"repository": "https://github.com/heineiuo/rippledb",
"author": "heineiuo <heineiuo@gmail.com>",
Expand Down

0 comments on commit 3b065e7

Please sign in to comment.