From 5d3b7e3dab77ca1f968c69ffbf6c2327cbf2bdd7 Mon Sep 17 00:00:00 2001 From: John Estropia Date: Fri, 5 Apr 2019 08:36:09 +0900 Subject: [PATCH] version bump --- .travis.yml | 4 ++-- CoreStore.podspec | 2 +- CoreStoreDemo/CoreStoreDemo/Info.plist | 2 +- Sources/Info.plist | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 314b3bd..48d3626 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,8 @@ env: - DESTINATION="OS=11.0,name=Apple TV 4K (at 1080p)" SCHEME="CoreStore tvOS" SDK=appletvsimulator12.0 RUN_TESTS="YES" POD_LINT="NO" - DESTINATION="OS=10.2,name=Apple TV 1080p" SCHEME="CoreStore tvOS" SDK=appletvsimulator12.0 RUN_TESTS="YES" POD_LINT="NO" before_install: - - gem install cocoapods --no-rdoc --no-ri --no-document --quiet - - gem install xcpretty --no-rdoc --no-ri --no-document --quiet + - gem install cocoapods --no-rdoc --no-ri --no-document + - gem install xcpretty --no-rdoc --no-ri --no-document - npm install ios-sim -g - ios-sim start --devicetypeid "com.apple.CoreSimulator.SimDeviceType.iPhone-8, 11.0" script: diff --git a/CoreStore.podspec b/CoreStore.podspec index a1d1d18..77f0e7a 100644 --- a/CoreStore.podspec +++ b/CoreStore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CoreStore" - s.version = "6.3.0" + s.version = "6.3.1" s.swift_version = "5.0" s.license = "MIT" s.homepage = "https://github.com/JohnEstropia/CoreStore" diff --git a/CoreStoreDemo/CoreStoreDemo/Info.plist b/CoreStoreDemo/CoreStoreDemo/Info.plist index 26be92f..bdbcece 100644 --- a/CoreStoreDemo/CoreStoreDemo/Info.plist +++ b/CoreStoreDemo/CoreStoreDemo/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 6.3.0 + 6.3.1 CFBundleSignature ???? CFBundleVersion diff --git a/Sources/Info.plist b/Sources/Info.plist index 72b84bf..032c5c4 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.3.0 + 6.3.1 CFBundleSignature ???? CFBundleVersion