Skip to content

Commit e4cf3f9

Browse files
committed
Version bump
1 parent 6796e42 commit e4cf3f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__test__/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('bozon cli', () => {
1212

1313
describe('version', () => {
1414
it('sets current version', () => {
15-
expect(commander.version).toHaveBeenCalledWith('1.0.4')
15+
expect(commander.version).toHaveBeenCalledWith('1.0.5')
1616
})
1717

1818
it('sets usage instruction', () => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bozon",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Command line tool for building, testing and publishing modern Electron applications",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)