From c36cd223d4b4d85f50db919acce727d89739ba56 Mon Sep 17 00:00:00 2001 From: Jeremy Massel Date: Mon, 14 Dec 2020 15:57:16 -0700 Subject: [PATCH] Cut 1.1.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- Gridicons.podspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1bd6631..020d324 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' do gem 'rake', '~> 13' - gem 'cocoapods', '~> 1.8.0' + gem 'cocoapods', '~> 1.8' end diff --git a/Gemfile.lock b/Gemfile.lock index 10e0bc3..e562cba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,8 +78,8 @@ PLATFORMS ruby DEPENDENCIES - cocoapods (~> 1.8.0)! + cocoapods (~> 1.8)! rake (~> 13)! BUNDLED WITH - 2.0.2 + 2.1.4 diff --git a/Gridicons.podspec b/Gridicons.podspec index 77a9fe5..c368d83 100644 --- a/Gridicons.podspec +++ b/Gridicons.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Gridicons" - s.version = "1.1.0-beta.2" + s.version = "1.1.0" s.summary = "Gridicons is a tiny framework which generates Gridicon images at any resolution." s.homepage = "http://apps.wordpress.com"