Skip to content

Commit

Permalink
bump version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aidewoode committed Jul 27, 2020
1 parent 16579fc commit a1bfcf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.1.1

- enhancements
- allow file IO to be closed automatically

### 1.1.0

- new features
Expand Down
2 changes: 1 addition & 1 deletion lib/wahwah/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WahWah
VERSION = '1.1.0'
VERSION = '1.1.1'
end

0 comments on commit a1bfcf0

Please sign in to comment.