Version 2022-10-30

This commit is contained in:
Edward Loveall
2022-11-04 18:25:14 -04:00
parent e1c70b9db0
commit bf31305617
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2022-10-30
Fix viewing articles if the URL has a trailing slash
2022-10-11
* Don't clip gist contents (CSS fix)

View File

@@ -1,3 +1,3 @@
module Scribe
VERSION = "2022-10-11"
VERSION = "2022-10-30"
end