We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d706733 commit d74e262Copy full SHA for d74e262
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v1.1.0 (June 19, 2018)
2
+
3
+* Update pods to support Swift 4 versions of dependencies.
4
5
## v1.0.0 (January 8, 2017)
6
7
* Update code and dependencies for Swift3
GABoardGameGeek.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GABoardGameGeek'
- s.version = '1.0.0'
+ s.version = '1.1.0'
s.summary = 'A Swift Library for interacting with the BoardGameGeek XMLAPI2'
s.description = <<-DESC
0 commit comments