Version Bump (1.0.1)

This commit is contained in:
Nemo 2020-04-26 06:31:19 +05:30
parent dfc006e61c
commit fabbbd8a75
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## 1.0.1 - 2020-04-26
### Changed
- Dependency Updates
## 1.0.0 - 2020-04-26
### Changed

View File

@ -1,3 +1,3 @@
module Outliner
VERSION = "1.0.0"
VERSION = "1.0.1"
end