Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Cut v3.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Apr 30, 2019
1 parent 11c5cd0 commit 5b76340
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.5.1

+ @yuigoto fix `package.path` on Windows 10

# 3.5

+ Replace `markdown.lua` with `lua-discount`
Expand Down
4 changes: 2 additions & 2 deletions luapress-3.5-0.rockspec → luapress-3.5.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = 'Luapress'
version = '3.5-0'
version = '3.5.1-0'

source = {
url = 'git://github.com/Fizzadar/Luapress.git',
tag = 'v3.5',
tag = 'v3.5.1',
}

description = {
Expand Down
2 changes: 1 addition & 1 deletion luapress/config.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
return {
version = '3.5'
version = '3.5.1'
}

0 comments on commit 5b76340

Please sign in to comment.