Skip to content

Commit

Permalink
potential fix to build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
THEGOLDENPRO committed Sep 11, 2023
1 parent 498b1c0 commit 6252af8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aghpb-1.2-0.rockspec → aghpb-1.2.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "aghpb"
version = "1.2-0"
version = "1.2.1-0"
source = {
url = "git://github.com/THEGOLDENPRO/aghpb.lua",
tag = "1.2",
tag = "1.2.1",
}
description = {
summary = "Anime girls holding programming books API wrapper for 🌕 Lua.",
Expand All @@ -22,6 +22,6 @@ dependencies = {
build = {
type = "builtin",
modules = {
["aghpb"] = "src/aghpb/init.lua",
aghpb = "src/aghpb/init.lua",
}
}

0 comments on commit 6252af8

Please sign in to comment.