Skip to content

Commit

Permalink
Bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Nov 8, 2023
1 parent 385f727 commit d614999
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 @@ -22,7 +22,7 @@ between versions. It makes many design decisions which make sense for CC, but
not for anything which needs a normal Lua implementation.

Instead I recommend using one of the alternative Lua implementations, like
[LuaJ], JNLua or Rembulan.
LuaJ, JNLua or Rembulan.

[CC: Tweaked]: https://github.com/cc-tweaked/CC-Tweaked "cc-tweaked/CC-Tweaked: Just another ComputerCraft fork"
[LuaJ]: https://github.com/luaj/luaj "luaj/luaj: Lightweight, fast, Java-centric Lua interpreter written for JME and JSE."
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "cc.tweaked"
version = "0.7.3"
version = "0.8.0"

java {
toolchain {
Expand Down

0 comments on commit d614999

Please sign in to comment.