Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarLoe committed Mar 11, 2018
1 parent 0c57587 commit 2720697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions GitHubRelease.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "GitHubRelease"
s.version = "0.0.1"
s.version = "0.1.0"
s.summary = "Check your GitHub repo for new releases."

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -80,9 +80,8 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

# s.source = { :git => "https://github.com/MarLoe/GitHub.Release.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/MarLoe/GitHub.Release.git", :tag => "v#{s.version}" }
# s.source = { :git => "https://github.com/MarLoe/GitHub.Release.git" }
s.source = { :git => "." }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
2 changes: 1 addition & 1 deletion GitHubRelease/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.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit 2720697

Please sign in to comment.