From 158b87a3210268014d38c88053c8450724bb0d3b Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Sun, 20 Nov 2016 23:33:48 +0900 Subject: [PATCH] Bump version to 1.0.1 --- Carte.podspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Carte.podspec b/Carte.podspec index 94383b8..0f42956 100644 --- a/Carte.podspec +++ b/Carte.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Carte' - s.version = '1.0.0' + s.version = '1.0.1' 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 bf19617..c78f94d 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', '1.0.0', :files => 'Carte/*.{swift,rb}' + github 'devxoul/Carte', '1.0.1', :files => 'Carte/*.{swift,rb}' ```