diff --git a/src/installers/linux/deb-template/baker/DEBIAN/control b/src/installers/linux/deb-template/baker/DEBIAN/control index 700f82af..848e6b6c 100644 --- a/src/installers/linux/deb-template/baker/DEBIAN/control +++ b/src/installers/linux/deb-template/baker/DEBIAN/control @@ -1,5 +1,5 @@ Package: Baker -Version: 0.2.0 +Version: 0.3.0 Section: base Priority: optional Architecture: amd64 diff --git a/src/installers/macos/package.sh b/src/installers/macos/package.sh index 1c590a5b..ab5740e8 100755 --- a/src/installers/macos/package.sh +++ b/src/installers/macos/package.sh @@ -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" diff --git a/src/installers/win/scripts/baker.iss b/src/installers/win/scripts/baker.iss index 4c3fdf22..e9687501 100644 --- a/src/installers/win/scripts/baker.iss +++ b/src/installers/win/scripts/baker.iss @@ -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/ diff --git a/src/package.json b/src/package.json index 0766d1d4..0036c459 100644 --- a/src/package.json +++ b/src/package.json @@ -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"