Skip to content

Commit

Permalink
Bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Feb 17, 2016
1 parent b8aa6d6 commit ec24820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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' }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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}'
```


Expand Down

0 comments on commit ec24820

Please sign in to comment.