Skip to content

Commit

Permalink
optimize LuaTable
Browse files Browse the repository at this point in the history
  • Loading branch information
taoguan committed Jun 5, 2023
1 parent 01fb1fd commit f9c0dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Maven:
<dependency>
<groupId>io.github.taoguan</groupId>
<artifactId>luaj</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.taoguan</groupId>
<artifactId>luaj</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>

<name>luaj</name>
<description>Lightweight, fast, Java-centric Lua interpreter written for JSE, with string, table, package, math, io, os, debug, coroutine and luajava libraries, JSR-223 bindings, all metatags and unique direct lua-to-java-bytecode compiling.</description>
Expand Down

0 comments on commit f9c0dc7

Please sign in to comment.