Skip to content

Commit

Permalink
Setting version 2.3.0-RC-2
Browse files Browse the repository at this point in the history
  • Loading branch information
006627 committed Feb 5, 2020
1 parent 4ad186f commit ae6a45a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ script:
else
yarn && yarn dist
fi
before_deploy:
- sudo apt-get update -qq
- sudo apt-get install snapd
deploy:
- provider: snap
edge: true
snap: dist/dbptk*.snap
channel: stable
skip_cleanup: true
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "dbptk-desktop",
"description": "Database Preservation Toolkit",
"version": "2.3.0-RC",
"dbvtkVersion": "2.3.0-RC",
"version": "2.3.0-RC-2",
"dbvtkVersion": "2.3.0-RC-2",
"author": "Luis Faria <lfaria@keep.pt>",
"main": "./app/app.js",
"build": {
Expand Down

0 comments on commit ae6a45a

Please sign in to comment.