Skip to content

Commit

Permalink
Fix release number
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Sep 1, 2015
1 parent 98d2c2b commit ad4b5be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MulleScion.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
Pod::Spec.new do |s|
s.name = "MulleScion"
s.version = '1851.0'
s.version = '1852.0'
s.summary = "MulleScion a modern Template library for ObjC."
s.description = <<-DESC
MulleScion is indeed a modern Template library for ObjC.
Expand Down
6 changes: 3 additions & 3 deletions MulleScion.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2296,7 +2296,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_INT_CONVERSION = YES;
CURRENT_PROJECT_VERSION = 1851.0;
CURRENT_PROJECT_VERSION = 1852.0;
DYLIB_COMPATIBILITY_VERSION = 1848.0;
DYLIB_CURRENT_VERSION = "$(CURRENT_PROJECT_VERSION)";
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
Expand Down Expand Up @@ -2327,7 +2327,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_INT_CONVERSION = YES;
CURRENT_PROJECT_VERSION = 1851.0;
CURRENT_PROJECT_VERSION = 1852.0;
DYLIB_COMPATIBILITY_VERSION = 1848.0;
DYLIB_CURRENT_VERSION = "$(CURRENT_PROJECT_VERSION)";
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
Expand Down Expand Up @@ -2397,7 +2397,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_INT_CONVERSION = YES;
CURRENT_PROJECT_VERSION = 1851.0;
CURRENT_PROJECT_VERSION = 1852.0;
DYLIB_COMPATIBILITY_VERSION = 1848.0;
DYLIB_CURRENT_VERSION = "$(CURRENT_PROJECT_VERSION)";
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
Expand Down

0 comments on commit ad4b5be

Please sign in to comment.