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.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
agrinman committed Oct 24, 2018
1 parent 16f39b6 commit 7e12997
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: swift
xcode_project: Kryptonite.xcodeproj
xcode_scheme: Debug
osx_image: xcode9
osx_image: xcode10
git:
submodules: false
# travis work around
Expand Down
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.5.4</string>
<string>2.5.5</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: 5, patch: 4)
static let currentVersion = Version(major: 2, minor: 5, patch: 5)

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.5.4</string>
<string>2.5.5</string>
<key>CFBundleVersion</key>
<string>2688.8</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.5.4</string>
<string>2.5.5</string>
<key>CFBundleVersion</key>
<string>2688.8</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.5.4</string>
<string>2.5.5</string>
<key>CFBundleVersion</key>
<string>2688.8</string>
<key>NSExtension</key>
Expand Down

0 comments on commit 7e12997

Please sign in to comment.