Skip to content

Commit 50770af

Browse files
committed
Release v1.1.1 🎉
1 parent aeecdda commit 50770af

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
## [Unreleased]
7+
8+
## [1.1.1] - 2020-03-05
79
### Changed
810
- Fix placement of timer for more devices by using flexbox
911

@@ -18,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1820
### Added
1921
- Basic functionality of tinytimer
2022

21-
[Unreleased]: https://github.com/bakku/tinytimer/compare/v1.1.0...HEAD
23+
[Unreleased]: https://github.com/bakku/tinytimer/compare/v1.1.1...HEAD
24+
[1.1.1]: https://github.com/bakku/tinytimer/compare/v1.1.0...v1.1.1
2225
[1.1.0]: https://github.com/bakku/tinytimer/compare/v1.0.0...v1.1.0
2326
[1.0.0]: https://github.com/bakku/tinytimer/compare/7cc4ba3...v1.0.0

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject tinytimer "1.1.1-SNAPSHOT"
1+
(defproject tinytimer "1.1.1-RELEASE"
22
:description "Small application to create and share timers"
33
:url "https://github.com/bakku/tinytimer"
44
:license {:name "MIT"

0 commit comments

Comments
 (0)