Skip to content

Commit

Permalink
Release/0.3.1 (#25)
Browse files Browse the repository at this point in the history
* bump version and update changelog

* update travis config
  • Loading branch information
jjochen committed Nov 30, 2017
1 parent 0f430ea commit bc4a44c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ branches:
only:
- develop
- master
- /^release.*$/
- /^hotfix.*$/
env:
global:
- LC_CTYPE=en_US.UTF-8
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.3.1](https://github.com/jjochen/JJFloatingActionButton/tree/0.3.1) (2017-11-29)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.3.0...0.3.1)

**Fixed bugs:**

- wrong item position during first open animation [\#23](https://github.com/jjochen/JJFloatingActionButton/issues/23)

## [0.3.0](https://github.com/jjochen/JJFloatingActionButton/tree/0.3.0) (2017-11-26)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.2.1...0.3.0)

Expand Down
2 changes: 1 addition & 1 deletion JJFloatingActionButton.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'JJFloatingActionButton'
spec.version = '0.3.0'
spec.version = '0.3.1'
spec.author = { 'Jochen Pfeiffer' => '[email protected]' }
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.homepage = 'https://github.com/jjochen/JJFloatingActionButton'
Expand Down

0 comments on commit bc4a44c

Please sign in to comment.