Skip to content

Commit c36cd22

Browse files
committed
Cut 1.1.0
1 parent 0d0ab3f commit c36cd22

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org' do
22
gem 'rake', '~> 13'
3-
gem 'cocoapods', '~> 1.8.0'
3+
gem 'cocoapods', '~> 1.8'
44
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ PLATFORMS
7878
ruby
7979

8080
DEPENDENCIES
81-
cocoapods (~> 1.8.0)!
81+
cocoapods (~> 1.8)!
8282
rake (~> 13)!
8383

8484
BUNDLED WITH
85-
2.0.2
85+
2.1.4

Gridicons.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Gridicons"
3-
s.version = "1.1.0-beta.2"
3+
s.version = "1.1.0"
44
s.summary = "Gridicons is a tiny framework which generates Gridicon images at any resolution."
55

66
s.homepage = "http://apps.wordpress.com"

0 commit comments

Comments
 (0)