Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alchaplinsky committed Jun 12, 2022
1 parent 62b2374 commit 6568465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __test__/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('bozon cli', () => {

describe('version', () => {
it('sets current version', () => {
expect(commander.version).toHaveBeenCalledWith('1.3.0')
expect(commander.version).toHaveBeenCalledWith('1.3.1')
})

it('sets usage instruction', () => {
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": "bozon",
"version": "1.3.0",
"version": "1.3.1",
"description": "Command line tool for building, testing and publishing modern Electron applications",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6568465

Please sign in to comment.