Skip to content

Commit 68016b6

Browse files
committed
Bump to version 1.0.3
1 parent 082c6bb commit 68016b6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

BubbleTransition.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'BubbleTransition'
3-
s.version = '1.0.2'
3+
s.version = '1.0.3'
44
s.license = 'MIT'
55
s.summary = 'A custom modal transition that presents and dismiss a controller with a bubble effect'
66
s.description = <<-DESC

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
All notable changes to this project will be documented in this file.
33
`BubbleTransition` adheres to [Semantic Versioning](http://semver.org/).
44

5-
- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101) | [1.0.2](#102)
5+
- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101) | [1.0.2](#102) | [1.0.3](#103)
66
- `0.2.x` Releases - [0.2](#02)
77

88
---
99

10-
## [1.0.2](https://github.com/andreamazz/BubbleTransition/releases/tag/1.0.2)
10+
## [1.0.3](https://github.com/andreamazz/BubbleTransition/releases/tag/1.0.3)
1111

1212
- Merged #18
1313
- Merged #19
1414

15+
## [1.0.2](https://github.com/andreamazz/BubbleTransition/releases/tag/1.0.2)
16+
17+
- Add Carthage support
18+
1519
## [1.0.1](https://github.com/andreamazz/BubbleTransition/releases/tag/1.0.1)
1620

1721
Improved documentation. Minor refactoring.

0 commit comments

Comments
 (0)