Skip to content

Commit

Permalink
Bump 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfSundae committed May 23, 2019
1 parent 2a1ad1a commit 2e069f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.1.0 (2019-05-23)

- Fixed C++ compiler error

## 3.0.0 (2019-05-22)

- :warning: Updated iOS deployment target to 9.0.
Expand Down
2 changes: 1 addition & 1 deletion ESFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ESFramework'
s.version = '3.0.1'
s.version = '3.1.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'ESFramework is an efficient, small framework for iOS.'
s.homepage = 'https://github.com/ElfSundae/ESFramework'
Expand Down
2 changes: 1 addition & 1 deletion ESFrameworkUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ESFrameworkUI'
s.version = '3.0.1'
s.version = '3.1.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'ESFramework UI Components.'
s.homepage = 'https://github.com/ElfSundae/ESFramework'
Expand Down

0 comments on commit 2e069f1

Please sign in to comment.