Skip to content

Commit

Permalink
updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Griffith committed Sep 28, 2018
1 parent 519bf3f commit 883c88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MetovaJSONCodable CHANGELOG

## 1.1.0
## 2.0.0

- Updated to support Swift 4.2

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

s.name = "MetovaJSONCodable"
s.version = "1.0.0"
s.version = "2.0.0"
s.summary = "MetovaJSONCodable is a small utility class that extends codable for easier JSON support"
s.description = <<-DESC
MetovaJSONCodable is a simple protocol implemented on top of the existing codable protocol with specialized support for JSON
Expand Down

0 comments on commit 883c88c

Please sign in to comment.