Skip to content

Commit

Permalink
Bump version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shugo committed Jun 14, 2021
1 parent 12eaa66 commit d3b8aae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 1.4.2 / 2021-06-14

New features:

* Added samples for addch, attron, mouse tracking and colors.
Pull request #62 by coezbek.

### 1.4.1 / 2021-05-22

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion curses.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new { |s|
s.name = "curses"
s.version = "1.4.1"
s.version = "1.4.2"
s.author = ["Shugo Maeda", 'Eric Hodel']
s.email = ["shugo@ruby-lang.org", 'drbrain@segment7.net']
s.homepage = "https://github.com/ruby/curses"
Expand Down

0 comments on commit d3b8aae

Please sign in to comment.