Skip to content

Commit

Permalink
Merge pull request #25 from satoren/luarocks-versionup
Browse files Browse the repository at this point in the history
chore: versionup for luarocks
  • Loading branch information
satoren authored Jan 2, 2021
2 parents da014ab + 6431862 commit 0333223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
luaVersion: ["5.1", "5.2", "5.3", "luajit"]
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions lrdb-0.2.4-1.rockspec → lrdb-0.3.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "LRDB"
version = "0.2.4-1"
version = "0.3.1-1"
source = {
url = "git+https://github.com/satoren/LRDB",
tag = "v0.2.4"
tag = "v0.3.1"
}
description = {
summary = "Remote Debugger for Lua",
Expand Down

0 comments on commit 0333223

Please sign in to comment.