Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
bump version to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
agrinman committed Apr 11, 2018
1 parent 3a3b165 commit 3f17a85
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Krypton/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>2.4.1</string>
<string>2.4.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion Krypton/Properties.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct Properties {
static let defaultRemoteRequestAlertOld = "Kryptonite Request"

//MARK: Version
static let currentVersion = Version(major: 2, minor: 4, patch: 1)
static let currentVersion = Version(major: 2, minor: 4, patch: 2)

struct Compatibility {
static let rsaSha256Sha512Support = Version(major: 2, minor: 1, patch: 0)
Expand Down
2 changes: 1 addition & 1 deletion LastCommand/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.4.1</string>
<string>2.4.2</string>
<key>CFBundleVersion</key>
<string>634</string>
<key>NSExtension</key>
Expand Down
2 changes: 1 addition & 1 deletion Notify/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.4.1</string>
<string>2.4.2</string>
<key>CFBundleVersion</key>
<string>634</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion NotifyUI/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.4.1</string>
<string>2.4.2</string>
<key>CFBundleVersion</key>
<string>634</string>
<key>NSExtension</key>
Expand Down

0 comments on commit 3f17a85

Please sign in to comment.