Skip to content

Commit

Permalink
Preparing for 2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arashpayan committed Nov 17, 2017
1 parent de78b75 commit ac8e5d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Appirater.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Appirater",
"version": "2.3.0",
"version": "2.3.1",
"platforms": {
"ios": "5.0"
},
Expand All @@ -11,7 +11,7 @@
},
"source": {
"git": "https://github.com/arashpayan/appirater.git",
"tag": "2.3.0"
"tag": "2.3.1"
},
"source_files": "*.{h,m}",
"resource_bundles": {
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 2.3.1 *(2017-11-17)*
----------------------------
* Fix crash that occurs when app resigns active while alert is showing (bug was introduced in 2.3.0)
* Remove @available syntax to be compatible with Xcode 8
* Fix compiler warnings

Version 2.3.0 *(2017-10-30)*
----------------------------
* if (iOS >= 8 && iOS <= 10.3) { use UIAlertController }
Expand Down

0 comments on commit ac8e5d9

Please sign in to comment.