Skip to content

Commit

Permalink
Bump Version to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwdl committed Aug 30, 2023
1 parent a117f59 commit 4a8629f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.0
1.15.0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Orchard Change Log

## [1.15.0](https://github.com/Detroit-Labs/Orchard/releases/tag/1.15.0)
**Released:** 2023-08-30

### Updated
- Set minimum iOS deployment target to 12.0
- Set minimum tvOS deployment target to 12.0
- Set minimum watchOS deployment target to 4.0

## [1.14.0](https://github.com/Detroit-Labs/Orchard/releases/tag/1.14.0)
**Released:** 2023-08-30

Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ GEM
zeitwerk (2.5.4)

PLATFORMS
arm64-darwin-21
x86_64-darwin-21

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion Orchard.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "Orchard"
spec.version = "1.14.0"
spec.version = "1.15.0"
spec.summary = "Device identification for iOS, watchOS, and tvOS."

spec.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions Orchard.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.14.0;
MARKETING_VERSION = 1.15.0;
ONLY_ACTIVE_ARCH = YES;
RUN_CLANG_STATIC_ANALYZER = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos";
Expand Down Expand Up @@ -626,7 +626,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.14.0;
MARKETING_VERSION = 1.15.0;
RUN_CLANG_STATIC_ANALYZER = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos";
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down

0 comments on commit 4a8629f

Please sign in to comment.