Skip to content

Commit

Permalink
bump version 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteleaf7 committed Sep 10, 2022
1 parent a1527e7 commit b01e4dd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
更新履歴 - ChangeLog
====================

3.8.2: 2022/09/10
-----------------
#### 修正内容
- フォルダが存在しない場合に自動で作成する様に修正


3.8.1: 2021/12/27
-----------------
#### 修正内容
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Narou.rb - 小説家になろうのダウンローダ&縦書き整形&管理
更新履歴 - ChangeLog
--------------------

3.8.1: 2021/12/27
3.8.2: 2022/09/10
-----------------
#### 修正内容
- ハーメルンのまえがき・あとがきが取得できなくなっていたのを修正
- フォルダが存在しない場合に自動で作成する様に修正

----

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

module Narou
VERSION = "3.8.1"
VERSION = "3.8.2"
end
4 changes: 2 additions & 2 deletions narou.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Gem::Specification.new do |gem|
install_message = <<-EOS
#{"*" * 60}
3.8.1: 2021/12/27
3.8.2: 2022/09/10
-----------------
#### 修正内容
- ハーメルンのまえがき・あとがきが取得できなくなっていたのを修正
- フォルダが存在しない場合に自動で作成する様に修正
#{"*" * 60}
EOS
Expand Down

0 comments on commit b01e4dd

Please sign in to comment.