Skip to content

Commit

Permalink
Release 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
yvbeek committed Mar 12, 2019
1 parent ee1a54d commit b514843
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>CFBundleVersion</key>
<string>25</string>
<string>26</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Telegraph.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Telegraph'
s.version = '0.24'
s.version = '0.25'
s.license = 'MIT'

s.summary = 'Secure Web Server for iOS, tvOS and macOS'
Expand Down
8 changes: 4 additions & 4 deletions Telegraph.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1412,9 +1412,9 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.24;
CURRENT_PROJECT_VERSION = 0.25;
DEBUG_INFORMATION_FORMAT = dwarf;
DYLIB_CURRENT_VERSION = 0.24;
DYLIB_CURRENT_VERSION = 0.25;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -1479,9 +1479,9 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.24;
CURRENT_PROJECT_VERSION = 0.25;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_CURRENT_VERSION = 0.24;
DYLIB_CURRENT_VERSION = 0.25;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down

0 comments on commit b514843

Please sign in to comment.