Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
achhabra2 committed Dec 30, 2021
1 parent 3e8d687 commit 33fe594
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/darwin/Info.plist
Expand Up @@ -6,9 +6,9 @@
<key>CFBundleName</key><string>RiftShare</string>
<key>CFBundleExecutable</key><string>RiftShare</string>
<key>CFBundleIdentifier</key><string>app.riftshare</string>
<key>CFBundleVersion</key><string>0.1.3</string>
<key>CFBundleVersion</key><string>0.1.4</string>
<key>CFBundleGetInfoString</key><string>Riftshare - Easy, Secure, Free file sharing</string>
<key>CFBundleShortVersionString</key><string>0.1.3</string>
<key>CFBundleShortVersionString</key><string>0.1.4</string>
<key>CFBundleIconFile</key><string>iconfile.icns</string>
<key>LSMinimumSystemVersion</key><string>10.13.0</string>
<key>NSHighResolutionCapable</key><string>true</string>
Expand Down
2 changes: 1 addition & 1 deletion build/windows/RiftShare.exe.manifest
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity type="win32" name="app.riftshare" version="0.1.3.0" processorArchitecture="amd64"/>
<assemblyIdentity type="win32" name="app.riftshare" version="0.1.4.0" processorArchitecture="amd64"/>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
Expand Down
4 changes: 2 additions & 2 deletions build/windows/appxmanifest.xml
Expand Up @@ -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">
<Identity Name="app.riftshare" Version="0.1.3.0" Publisher="CN=RiftShare, O=App, L=Dublin, S=California, C=USA" ProcessorArchitecture="x64" />
<Identity Name="app.riftshare" Version="0.1.4.0" Publisher="CN=RiftShare, O=App, L=Dublin, S=California, C=USA" ProcessorArchitecture="x64" />
<Properties>
<DisplayName>RiftShare</DisplayName>
<PublisherDisplayName>Aman Chhabra</PublisherDisplayName>
Expand All @@ -15,7 +15,7 @@
<Resource uap:Scale="100"/>
</Resources>
<Dependencies>
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.22000.0" MaxVersionTested="10.0.22000.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17134.0" MaxVersionTested="10.0.22000.0" />
</Dependencies>
<Capabilities>
<rescap:Capability Name="runFullTrust"/>
Expand Down
2 changes: 1 addition & 1 deletion internal/update/selfupdate.go
Expand Up @@ -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)
Expand Down

0 comments on commit 33fe594

Please sign in to comment.