Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDen committed May 7, 2023
1 parent 342374f commit a5785cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Galvani.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>0.0.2</string>
<string>0.0.3</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func main() {
app.Name = "Galvani"
app.Label = "com.github.theden.galvani"
app.Children = menuItems
app.AutoUpdate.Version = "0.0.2"
app.AutoUpdate.Version = "0.0.3"
app.AutoUpdate.Repo = "TheDen/galvani"
app.RunApplication()
}

0 comments on commit a5785cb

Please sign in to comment.