Skip to content

Commit

Permalink
Bumped version to 1.2.0
Browse files Browse the repository at this point in the history
Minor version bump (instead of patch-level) because `@_transparent` could be functionally breaking (in a minor way, since it now will always inline into client code and thus client code might require a clean & rebuilds from now on when With is updated).
  • Loading branch information
capnslipp committed Mar 31, 2023
1 parent 7fb4618 commit 0cedf61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions With.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.1.4;
CURRENT_PROJECT_VERSION = 1.2.0;
DEBUG_INFORMATION_FORMAT = dwarf;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_NS_ASSERTIONS = YES;
Expand Down Expand Up @@ -408,7 +408,7 @@
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.1.4;
CURRENT_PROJECT_VERSION = 1.2.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_OPTIMIZATION_LEVEL = s;
Expand Down

0 comments on commit 0cedf61

Please sign in to comment.