From 28831159d36b993c884d085ef483ad3992fcf9d4 Mon Sep 17 00:00:00 2001 From: Ramon Gilabert Date: Tue, 11 Oct 2016 13:10:57 +0200 Subject: [PATCH] Adds the Swift 3 badge --- .swift-version | 1 + README.md | 2 +- Ripple.podspec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .swift-version diff --git a/.swift-version b/.swift-version new file mode 100644 index 0000000..83f5333 --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +echo 3.0 > .swift-version diff --git a/README.md b/README.md index 7077d80..1e18f76 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - +

diff --git a/Ripple.podspec b/Ripple.podspec index ecc32e4..e3014ea 100644 --- a/Ripple.podspec +++ b/Ripple.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Ripple" s.summary = "Remember there's no such thing as a small act of kindness. Every act creates a ripple with no logical end." - s.version = "2.1" + s.version = "3.0" s.homepage = "https://github.com/RamonGilabert/Ripple" s.license = 'MIT' s.author = { "Ramon Gilabert" => "ramon.gilabert.llop@gmail.com" }