Skip to content

Commit e4d7276

Browse files
committed
Increase version
1 parent dd05dbe commit e4d7276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__test__/index.test.js

+1-1
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.3.4')
15+
expect(commander.version).toHaveBeenCalledWith('1.3.5')
1616
})
1717

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

package.json

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

0 commit comments

Comments
 (0)