diff --git a/Sources/Sovran/Version.swift b/Sources/Sovran/Version.swift index 3ac5bfc..9825ea1 100644 --- a/Sources/Sovran/Version.swift +++ b/Sources/Sovran/Version.swift @@ -14,4 +14,4 @@ // BREAKING.FEATURE.FIX -internal let __sovran_version = "1.0.1" \ No newline at end of file +internal let __sovran_version = "1.0.2" diff --git a/Sovran.xcodeproj/project.pbxproj b/Sovran.xcodeproj/project.pbxproj index f00dd9c..854d953 100644 --- a/Sovran.xcodeproj/project.pbxproj +++ b/Sovran.xcodeproj/project.pbxproj @@ -21,6 +21,7 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ + 46F7487026CDADC30042798E /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46F7486F26CDADC20042798E /* Version.swift */; }; A3471FDE2565A6ED00965480 /* Store.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3471FDD2565A6ED00965480 /* Store.swift */; }; A3471FE42565A90000965480 /* Action.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3471FE32565A90000965480 /* Action.swift */; }; A3471FEA2565A90B00965480 /* State.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3471FE92565A90B00965480 /* State.swift */; }; @@ -51,6 +52,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 46F7486F26CDADC20042798E /* Version.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Version.swift; sourceTree = ""; }; A3471FDD2565A6ED00965480 /* Store.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Store.swift; sourceTree = ""; }; A3471FE32565A90000965480 /* Action.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Action.swift; sourceTree = ""; }; A3471FE92565A90B00965480 /* State.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = State.swift; sourceTree = ""; }; @@ -141,6 +143,7 @@ A3471FE92565A90B00965480 /* State.swift */, A3471FEF2565A91900965480 /* Subscriber.swift */, A3471FF52565D7E800965480 /* Testing.swift */, + 46F7486F26CDADC20042798E /* Version.swift */, ); name = Sovran; path = Sources/Sovran; @@ -234,6 +237,7 @@ A3471FE42565A90000965480 /* Action.swift in Sources */, A3471FF02565A91900965480 /* Subscriber.swift in Sources */, A3471FDE2565A6ED00965480 /* Store.swift in Sources */, + 46F7487026CDADC30042798E /* Version.swift in Sources */, A3471FEA2565A90B00965480 /* State.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; diff --git a/release.sh b/release.sh index c0def75..1d30f03 100755 --- a/release.sh +++ b/release.sh @@ -109,7 +109,7 @@ tempFile=$(mktemp) #write changelog to temp file. echo -e "$changelog" >> $tempFile -# update sources/Segment/Version.swift +# update sources/Sovran/Version.swift # - remove last line... sed -i '' -e '$ d' $versionFile # - add new line w/ new version