Skip to content

Commit 2973aa1

Browse files
committed
New version
1 parent e13f7c5 commit 2973aa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Framework for building Electron applications",
55
"repository": {
66
"type": "git",

test/lib/scaffolding/generator_spec.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe 'Generator', ->
1616
date = new Date()
1717
expect(generator.defaults).to.eql({
1818
id: "bozonapp",
19-
bozonVersion: '0.8.0',
19+
bozonVersion: '0.8.1',
2020
electronBuilderVersion: '20.11.1',
2121
electronVersion: '2.0.0',
2222
gulpVersion: '^3.9.1',

0 commit comments

Comments
 (0)