Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcook committed Feb 5, 2016
1 parent 2915889 commit ab7801d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions GCHelper.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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'
Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/GCHelper.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// GCHelper.swift (v. 0.2.8)
// GCHelper.swift (v. 0.3)
//
// Copyright (c) 2016 Jack Cook
//
Expand Down

0 comments on commit ab7801d

Please sign in to comment.