Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaprox committed Apr 13, 2017
1 parent 063c1b7 commit 77e4772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Inkwell.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'Inkwell'
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = 'An inkwell to use custom fonts on the fly.'
s.description = <<-DESC
In fact, Inkwell takes responsibilities for:
- Downloading fonts from Google Fonts or custom resources.
- Registering custom fonts to the system.
- Loading and using custom fonts dynamically and seamlessly.
All of these are wrapped in friendly, yet easy to use API.
All of these are wrapped in friendly, easy to use API.
DESC

s.screenshot = "https://raw.githubusercontent.com/ninjaprox/Inkwell/master/Demo.gif"
Expand Down
2 changes: 1 addition & 1 deletion Inkwell/Inkwell/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 77e4772

Please sign in to comment.