Skip to content

Commit

Permalink
Bump 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfSundae committed Jun 17, 2019
1 parent 03c5510 commit d3a5ec1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Master
## 3.10.0 (2019-06-17)

- Changed the default value of `-[UIApplication appChannel]` to `"AppStore"`, before is `"App Store"`.
- Replace whitespace to `"-"` for the default value of `-[UIApplication appName]`.
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.9.3'
s.version = '3.10.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
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- AFNetworking/Reachability (3.2.1)
- ESFramework (3.9.3):
- AFNetworking/Reachability (~> 3.0)
- ESFramework (3.10.0):
- AFNetworking/Reachability (>= 2.0)
- ESFrameworkUI (3.9.1):
- ESFramework (~> 3.0)

Expand All @@ -19,7 +19,7 @@ CHECKOUT OPTIONS:

SPEC CHECKSUMS:
AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057
ESFramework: d5ff3ec792eed09b8d0ef0a017a60b05f7d307d9
ESFramework: b81487725f534e085c3522713493499175124df1
ESFrameworkUI: a9fb18c47588f36ece2f6654457cb8be785f1dde

COCOAPODS: 1.7.2
Expand Down

0 comments on commit d3a5ec1

Please sign in to comment.