diff --git a/Source/Changes.txt b/Source/Changes.txt index 949436b2..78fa49fe 100644 --- a/Source/Changes.txt +++ b/Source/Changes.txt @@ -1,7 +1,7 @@ Listing of notable changes by release. More detail is usually found in the Git commit messages and/or the pull requests. -OCMock 3.1.4 (2015-08-26) +OCMock 3.1.4 / 3.1.5 (2015-08-26) * Fixed deployment target in podspec diff --git a/Tools/build.rb b/Tools/build.rb index 52536d89..7508f452 100755 --- a/Tools/build.rb +++ b/Tools/build.rb @@ -12,7 +12,7 @@ def makeRelease downloadSource copySource buildModules - createPackage "ocmock-3.1.4.dmg", "OCMock 3.1.4" + createPackage "ocmock-3.1.5.dmg", "OCMock 3.1.5" openPackageDir end