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