From ec24820e891ccde8eadf95852f47f5711fcc844d Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Wed, 17 Feb 2016 19:30:35 +0900 Subject: [PATCH] Bump version to 0.2.3 --- Carte.podspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Carte.podspec b/Carte.podspec index 8ac294d..3ff92dc 100644 --- a/Carte.podspec +++ b/Carte.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Carte' - s.version = '0.2.2' + s.version = '0.2.3' s.summary = 'Open source notice generator for Cocoa.' s.homepage = 'https://github.com/devxoul/Carte' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/README.md b/README.md index 78b4688..90ecbad 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Getting Started - **For iOS 7 projects:** I recommend you to try [CocoaSeeds](https://github.com/devxoul/CocoaSeeds), which uses source code instead of dynamic frameworks. Sample Seedfile: ```ruby - github 'devxoul/Carte', '0.2.2', :files => 'Carte/*.{swift,rb}' + github 'devxoul/Carte', '0.2.3', :files => 'Carte/*.{swift,rb}' ```