Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmo committed Dec 11, 2016
1 parent 36dd1ba commit 4fdba97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TinyConsole.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TinyConsole'
s.version = '1.3.0'
s.version = '1.3.1'
s.summary = 'A tiny log console to display information while using your iOS app. Written in Swift 3.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion TinyConsole/Supporting Files/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.3.0</string>
<string>1.3.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 4fdba97

Please sign in to comment.