Skip to content

Commit

Permalink
Merge pull request #49 from funkenstrahlen/update-cocoapods
Browse files Browse the repository at this point in the history
Update cocoapods for 0.3.0 release
  • Loading branch information
ruddfawcett authored Apr 5, 2019
2 parents 3d2e987 + 42158f0 commit 54811b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Notepad.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Notepad'
s.version = '0.2.4'
s.version = '0.3.0'
s.summary = 'A themeable Markdown editor.'
s.description = <<-DESC
Notepad gives your users the ability to write and edit Markdown directly in your app.
Expand Down
2 changes: 1 addition & 1 deletion Notepad/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</string>
<string>0.3.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion NotepadOSX/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</string>
<string>0.3.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit 54811b4

Please sign in to comment.