Bumped version number

This commit is contained in:
Antoine Gersant 2017-05-11 00:18:11 -07:00
parent 91dc4fdb07
commit 121a91ea8d
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -1,6 +1,6 @@
[root]
name = "polaris"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"ape 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"app_dirs 1.1.1 (git+https://github.com/agersant/app-dirs-rs)",

View file

@ -1,6 +1,6 @@
[package]
name = "polaris"
version = "0.4.0"
version = "0.5.0"
authors = ["Antoine Gersant <antoine.gersant@lesforges.org>"]
[features]

View file

@ -25,7 +25,7 @@ Copy-Item .\web\ .\release\tmp\ -recurse
""
"Creating installer"
candle -wx -ext WixUtilExtension -arch x64 -out .\release\tmp\installer.wixobj .\res\windows\installer\installer.wxs
light -wx -ext WixUtilExtension -ext WixUIExtension -spdb -out .\release\Polaris_0.4.0.msi .\release\tmp\installer.wixobj
light -wx -ext WixUtilExtension -ext WixUIExtension -spdb -out .\release\Polaris_0.5.0.msi .\release\tmp\installer.wixobj
"Cleaning up"
Remove-Item -Recurse .\release\tmp

View file

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='windows-1252'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi' xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Name='Polaris' Id='B5351926-C585-4764-AD91-3884F8E8BE05' UpgradeCode='959B405D-1553-411D-A4A2-CCD3E17BE0EC' Language='1033' Codepage='1252' Version='0.4.0' Manufacturer='Antoine Gersant'>
<Product Name='Polaris' Id='FE52CDDE-D982-42C9-B251-0621100244D5' UpgradeCode='959B405D-1553-411D-A4A2-CCD3E17BE0EC' Language='1033' Codepage='1252' Version='0.5.0' Manufacturer='Antoine Gersant'>
<Package Id='*' Keywords='Installer' Platform='x64' InstallPrivileges='elevated' InstallScope='perMachine' Description='Polaris Installer' Manufacturer='Antoine Gersant' Languages='1033' Compressed='yes' SummaryCodepage='1252' />