Skip to content

Commit 444c3e4

Browse files
committed
Update version to 1.1.0
1 parent ac4c243 commit 444c3e4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 1.1.0 (2022-11-19)
6+
7+
* Return the ability to pass paths separated by spaces.
8+
* Update development dependencies.
9+
* Resolve new RuboCop offenses.
10+
511
## 1.0.0 (2022-09-09)
612

713
* Initial release.

lib/filewatcher/cli/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ class Filewatcher
44
module CLI
55
BINDIR = 'exe'
66

7-
VERSION = '1.0.0'
7+
VERSION = '1.1.0'
88
end
99
end

0 commit comments

Comments
 (0)