Bumped version to 2.2.3

This commit is contained in:
Pedro Piñera Buendía 2016-03-30 11:40:33 +02:00
parent 07316e612d
commit 5c410737fc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
MAJOR_VERSION = 2;
MINOR_VERSION = 2;
TINY_VERSION = 2;
TINY_VERSION = 3;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SugarRecord"
s.version = "2.2.2"
s.version = "2.2.3"
s.summary = "CoreData wrapper written on Swift"
s.homepage = "https://github.com/pepibumur/SugarRecord"
s.license = 'MIT'