From e4cf3f90ced6505e392d11afcda039349939be11 Mon Sep 17 00:00:00 2001 From: Alex Chaplinsky Date: Sat, 30 May 2020 00:34:18 +0200 Subject: [PATCH] Version bump --- __test__/index.test.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__test__/index.test.js b/__test__/index.test.js index 478f945..79a864d 100644 --- a/__test__/index.test.js +++ b/__test__/index.test.js @@ -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', () => { diff --git a/package.json b/package.json index c3e875f..29cf53e 100644 --- a/package.json +++ b/package.json @@ -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",