Skip to content

Commit

Permalink
Prepares version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schnatterer committed Feb 23, 2019
1 parent 142bc14 commit 76dee49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dsdl",
"version": "2.0.1-SNAPSHOT",
"version": "3.0.0",
"description": "",
"main": "src/cli/dsdl.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=info.schnatterer.dsdl
sonar.projectName=dsdl
sonar.projectVersion=2.0.1-SNAPSHOT
sonar.projectVersion=3.0.0

# =====================================================
# Meta-data for the project
Expand Down
2 changes: 1 addition & 1 deletion src/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function cli(program) {
let downloader;

program
.version('2.0.1-SNAPSHOT', '-v, --version')
.version('3.0.0', '-v, --version');

setCommonParams(program
.command('photo')
Expand Down

0 comments on commit 76dee49

Please sign in to comment.