From 27206977a8c2ae7fa1bcb8534b8a8c6582308ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20L=C3=B8bger?= Date: Sun, 11 Mar 2018 23:44:19 +0100 Subject: [PATCH] Release 0.1.0 --- GitHubRelease.podspec | 5 ++--- GitHubRelease/Info.plist | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/GitHubRelease.podspec b/GitHubRelease.podspec index 0fae4d7..09f1d74 100644 --- a/GitHubRelease.podspec +++ b/GitHubRelease.podspec @@ -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. @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # diff --git a/GitHubRelease/Info.plist b/GitHubRelease/Info.plist index e5a0b14..b662a38 100644 --- a/GitHubRelease/Info.plist +++ b/GitHubRelease/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 0.1.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright