Skip to content

Commit

Permalink
increased version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
D0miH committed Sep 18, 2019
1 parent 534e718 commit bfbc049
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[version]1.3.6[/version]
[version]1.4.0[/version]
2 changes: 1 addition & 1 deletion iGlance/iGlance/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extension NSColor {

@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate {
public static var VERSION = "1.3.6"
public static var VERSION = "1.4.0"

var myWindowController: MyMainWindow?

Expand Down
2 changes: 1 addition & 1 deletion iGlance/iGlance/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.6</string>
<string>1.4.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit bfbc049

Please sign in to comment.