Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaranes committed Mar 27, 2019
1 parent dea8a20 commit 9010441
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,19 @@ N/A

#### Enhancements

- Xcode 10 and Swift 4.2 support
- Xcode 10.2 and Swift 5 support
N/A

#### Bugfixes

N/A

## [3.0.0](https://github.com/tbaranes/VersionTrackerSwift/releases/tag/3.0.0) (27-03-209)

#### API breaking changes

- Xcode 10 and Swift 4.2 support
- Xcode 10.2 and Swift 5 support

## [2.0.0](https://github.com/tbaranes/VersionTrackerSwift/releases/tag/2.0.0) (15-09-2017)

#### API breaking changes
Expand Down
2 changes: 1 addition & 1 deletion VersionTrackerSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|

s.name = "VersionTrackerSwift"
s.module_name = "VersionTracker"
s.version = "2.0.0"
s.version = "3.0.0"
s.summary = "Versions tracker for your iOS, macOS, and tvOS app"
s.description = "Versions / builds tracker for your iOS, macOS, and tvOS app. Also useful to get information such as versions / builds history..."
s.homepage = "https://github.com/tbaranes/VersionTrackerSwift"
Expand Down

0 comments on commit 9010441

Please sign in to comment.