Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Oct 16, 2021
1 parent 2c2dfb9 commit a20fb93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.0.92
### 1.0.93

- Gemfile error

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If there's something I want to look at later but doesn't need to be added to a t

## Installation

The current version of `doing` is <!--VER-->1.0.91<!--END VER-->.
The current version of `doing` is <!--VER-->1.0.92<!--END VER-->.

$ [sudo] gem install doing

Expand Down
2 changes: 1 addition & 1 deletion lib/doing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
require 'doing/helpers'
require 'doing/markdown_export'
require 'doing/wwid'
require 'doing/markdown_document_listener'
# require 'doing/markdown_document_listener'
2 changes: 1 addition & 1 deletion lib/doing/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Doing
VERSION = '1.0.92'
VERSION = '1.0.93'
end

0 comments on commit a20fb93

Please sign in to comment.