Skip to content

Commit

Permalink
Increase app version
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbata committed Mar 5, 2021
1 parent 8ecd2d5 commit 22de382
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion todo.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'todo-jsonl'
s.version = '0.1.22'
s.version = '0.1.23'
s.date = '2021-03-05'
s.summary = 'todo list manager inspired by todo.txt using the jsonl format'
s.authors = ['Gabor Bata']
Expand Down
4 changes: 2 additions & 2 deletions web/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
};
var term = new VanillaTerminal({
'welcome': '<u>todo list manager</u> REPL v0.1.22<br>Type "help" or "copyright" for more information.<br><br>',
'welcome': '<u>todo list manager</u> REPL v0.1.23<br>Type "help" or "copyright" for more information.<br><br>',
'defaultCallback': default_callback,
'prompt': 'todo',
'commands': {
Expand Down

0 comments on commit 22de382

Please sign in to comment.