Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alchaplinsky committed May 29, 2020
1 parent 6796e42 commit e4cf3f9
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.0.4')
expect(commander.version).toHaveBeenCalledWith('1.0.5')
})

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.0.4",
"version": "1.0.5",
"description": "Command line tool for building, testing and publishing modern Electron applications",
"repository": {
"type": "git",
Expand Down

0 comments on commit e4cf3f9

Please sign in to comment.