Skip to content

Commit

Permalink
updating version to 0.3.0 in build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmirr committed Feb 8, 2018
2 parents 08aa81b + 35efae8 commit 4608235
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/installers/linux/deb-template/baker/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: Baker
Version: 0.2.0
Version: 0.3.0
Section: base
Priority: optional
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion src/installers/macos/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PACKAGEREL="installers/macos"
IDENTIFIER="io.ottomatica.$NAME"

# Package version number.
VERSION="0.0.1"
VERSION="0.3.0"

# The location to copy the contents of files.
INSTALL_LOCATION="/opt/baker/bin"
Expand Down
4 changes: 2 additions & 2 deletions src/installers/win/scripts/baker.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{FF82CC8F-9CAD-4210-97AA-2C5F955DB742}
AppName=Baker
AppVersion=0.0.1
;AppVerName=Baker 0.0.1
AppVersion=0.3.0
;AppVerName=Baker 0.3.0
AppPublisher=Ottomatica LLC
AppPublisherURL=https://getbaker.io/
AppSupportURL=https://getbaker.io/
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baker",
"version": "0.2.1",
"version": "0.3.0",
"description": "baker creates ansible powered virtual machines",
"engines": {
"node": ">=7.10.0"
Expand Down

0 comments on commit 4608235

Please sign in to comment.