Skip to content

Commit

Permalink
fix: local package.json version
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoulloao committed Apr 17, 2022
1 parent eb217c8 commit ad5d52c
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": "bananasplit-js",
"version": "1.5.0",
"version": "1.5.1",
"description": "A bananasplit client for command line",
"main": "src/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Bananasplit client
*
* @version 1.5.0
* @version 1.5.1
*
* @author diegoulloao
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/lib/create-project.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function ({ action, project_name, apollo = false, git }) {

// Overwrite existents keys
localPackageJSON.name = project_name
localPackageJSON.version = 'v1.0.0'
localPackageJSON.version = '1.0.0'
localPackageJSON.description =
'A server application built with Bananasplit-js!'

Expand Down

0 comments on commit ad5d52c

Please sign in to comment.