Skip to content

Commit c42e3e7

Browse files
committed
Bumped version. Updated CHANGELOG.
1 parent 86ed810 commit c42e3e7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
7+
**no changes**
8+
9+
## [0.1.0]
710
### Added
811
- Created bare-bones structure
912
- Implemented VisibleTouchWindow
1013

11-
[Unreleased]: https://github.com/TrebleFM/VisibleTouchViewSwift/tree/develop
14+
[Unreleased]: https://github.com/TrebleFM/VisibleTouchViewSwift/compare/0.1.0...HEAD
15+
[0.1.0]: https://github.com/TrebleFM/VisibleTouchViewSwift/compare/0.0.1...0.1.0

VisibleTouchViewSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "VisibleTouchViewSwift"
6-
s.version = "0.0.1"
6+
s.version = "0.1.0"
77
s.summary = "Show finger touches on the screen"
88

99
s.description = "Show finger touches on the screen using either a UIView or UIWindow. Useful for app preview videos, live product demos, and more."

0 commit comments

Comments
 (0)