diff --git a/build/darwin/Info.plist b/build/darwin/Info.plist index 3098726..33ebcb3 100644 --- a/build/darwin/Info.plist +++ b/build/darwin/Info.plist @@ -6,9 +6,9 @@ CFBundleNameRiftShare CFBundleExecutableRiftShare CFBundleIdentifierapp.riftshare - CFBundleVersion0.1.3 + CFBundleVersion0.1.4 CFBundleGetInfoStringRiftshare - Easy, Secure, Free file sharing - CFBundleShortVersionString0.1.3 + CFBundleShortVersionString0.1.4 CFBundleIconFileiconfile.icns LSMinimumSystemVersion10.13.0 NSHighResolutionCapabletrue diff --git a/build/windows/RiftShare.exe.manifest b/build/windows/RiftShare.exe.manifest index ba0653f..accabcd 100644 --- a/build/windows/RiftShare.exe.manifest +++ b/build/windows/RiftShare.exe.manifest @@ -1,6 +1,6 @@ - + diff --git a/build/windows/appxmanifest.xml b/build/windows/appxmanifest.xml index 00fc5dd..f5521c1 100644 --- a/build/windows/appxmanifest.xml +++ b/build/windows/appxmanifest.xml @@ -3,7 +3,7 @@ xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"> - + RiftShare Aman Chhabra @@ -15,7 +15,7 @@ - + diff --git a/internal/update/selfupdate.go b/internal/update/selfupdate.go index 35ee553..ab0eb4a 100644 --- a/internal/update/selfupdate.go +++ b/internal/update/selfupdate.go @@ -11,7 +11,7 @@ import ( "github.com/rhysd/go-github-selfupdate/selfupdate" ) -const Version = "0.1.3" +const Version = "0.1.4" func DoSelfUpdate() bool { v := semver.MustParse(Version)