Skip to content

Commit

Permalink
4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EyreFree committed Jan 30, 2019
1 parent 87777b3 commit ef50006
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 11 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

-----

## [4.2.1](https://github.com/EFPrefix/EFCountingLabel/releases/tag/4.2.1) (2019-01-30)

#### Fix

* Fix bug of EFCountingButton.

---

## [4.2.0](https://github.com/EFPrefix/EFCountingLabel/releases/tag/4.2.0) (2019-01-29)

#### Add

* Add EFCountingButton.

---

## [4.1.0](https://github.com/EFPrefix/EFCountingLabel/releases/tag/4.1.0) (2018-11-06)

#### Add
Expand Down
2 changes: 1 addition & 1 deletion EFCountingLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'EFCountingLabel'
s.version = '4.2.0'
s.version = '4.2.1'
s.summary = 'A label which can show number change animated.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions Example/EFCountingLabel/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.2.0</string>
<string>4.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.2.0.0</string>
<string>4.2.1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- EFCountingLabel (4.2.0)
- EFCountingLabel (4.2.1)

DEPENDENCIES:
- EFCountingLabel (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
EFCountingLabel: baafcb6e887074300fa4796b0a8f67a675ecb619
EFCountingLabel: 564393e32701289b98aa52dba9b91ffeb4def0e3

PODFILE CHECKSUM: c3ac181469d79daa5823856cee38c068e76378d6

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/EFCountingLabel.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>4.2.0</string>
<string>4.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit ef50006

Please sign in to comment.