Increment version.

This commit is contained in:
Filip Dolník 2016-06-29 15:39:00 +02:00
parent e22fc7d283
commit 0c13a6788c
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Cuckoo"
s.version = "0.5.1"
s.version = "0.6.0"
s.summary = "Cuckoo - first boilerplate-free Swift mocking framework."
s.description = <<-DESC
Cuckoo is a mocking framework with an easy to use API (inspired by Mockito).

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.5.1</string>
<string>0.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

2
run
View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=0.5.2
VERSION=0.6.0
FILE_NAME=cuckoo_generator_$VERSION.app
FILE_PATH=.build/CuckooGenerator/$FILE_NAME
if [ ! -e $FILE_PATH ]; then