Skip to content

Commit

Permalink
Release 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yvbeek committed Aug 13, 2022
1 parent e8dddcf commit 94b4a4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.29'
s.version = '0.30.0'
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 @@ -1423,9 +1423,9 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.29;
CURRENT_PROJECT_VERSION = 0.30.0;
DEBUG_INFORMATION_FORMAT = dwarf;
DYLIB_CURRENT_VERSION = 0.29;
DYLIB_CURRENT_VERSION = 1;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -1492,9 +1492,9 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.29;
CURRENT_PROJECT_VERSION = 0.30.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_CURRENT_VERSION = 0.29;
DYLIB_CURRENT_VERSION = 1;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down

0 comments on commit 94b4a4b

Please sign in to comment.