From ab7801dccbc66743183a59f5055cc58d7fe4bfc0 Mon Sep 17 00:00:00 2001 From: Jack Cook Date: Fri, 5 Feb 2016 18:27:59 -0500 Subject: [PATCH] Version bump --- Example/CHANGELOG.md | 5 +++++ GCHelper.podspec | 4 ++-- Pod/Classes/GCHelper.swift | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Example/CHANGELOG.md b/Example/CHANGELOG.md index 0455388..933d80c 100644 --- a/Example/CHANGELOG.md +++ b/Example/CHANGELOG.md @@ -4,6 +4,11 @@ GCHelper adheres to [Semantic Versioning](http://semver.org). --- +## [0.3](https://github.com/jackcook/GCHelper/releases/tag/0.3) (02-05-2016) + +* Resolved memory leaks by using weak delegates +* Implemented a method to reset all reported achievements + ## [0.2.8](https://github.com/jackcook/GCHelper/releases/tag/0.2.8) (01-31-2016) * Updated repository to use the CocoaPods template diff --git a/GCHelper.podspec b/GCHelper.podspec index e128ab1..a3a7eb0 100644 --- a/GCHelper.podspec +++ b/GCHelper.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'GCHelper' - s.version = '0.2.8' + s.version = '0.3' s.summary = 'A lightweight helper for GameKit, written in Swift' s.homepage = 'https://github.com/jackcook/GCHelper' s.license = 'MIT' s.author = { 'Jack Cook' => 'hello@jackcook.nyc' } - s.source = { :git => 'https://github.com/jackcook/GCHelper.git', :tag => '0.2.8' } + s.source = { :git => 'https://github.com/jackcook/GCHelper.git', :tag => '0.3' } s.social_media_url = 'https://twitter.com/jackcook36' s.platform = :ios, '8.0' diff --git a/Pod/Classes/GCHelper.swift b/Pod/Classes/GCHelper.swift index 7889f54..68d7278 100644 --- a/Pod/Classes/GCHelper.swift +++ b/Pod/Classes/GCHelper.swift @@ -1,4 +1,4 @@ -// GCHelper.swift (v. 0.2.8) +// GCHelper.swift (v. 0.3) // // Copyright (c) 2016 Jack Cook //