Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Sep 28, 2024
1 parent 214ffc0 commit 8212736
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "portal"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bash/portal"
Expand Down
4 changes: 2 additions & 2 deletions build/macos/src/Project.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleIconFile</key>
<string>AppIcon.icns</string>
<key>CFBundleIdentifier</key>
<string>ninja.rubys.portal</string>
<string>garden.tau.portal</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand All @@ -20,7 +20,7 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<!-- Version -->
<string>0.2.1</string>
<string>0.2.2</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down
2 changes: 1 addition & 1 deletion build/windows/installer/Package.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Package
Name="Portal"
Manufacturer="Tau"
Version="0.2.1"
Version="0.2.2"
UpgradeCode="dd827eb7-1309-4d4e-9eea-50022cb17bad"
Scope="perUserOrMachine">
<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />
Expand Down

0 comments on commit 8212736

Please sign in to comment.