aboutsummaryrefslogtreecommitdiff
path: root/lux-lua
diff options
context:
space:
mode:
authorEduardo Julian2021-11-02 23:26:00 -0400
committerEduardo Julian2021-11-02 23:26:00 -0400
commit6c15469f06499e9dee6966f89ac33727d46c885e (patch)
treec55b6c4cf8752b394890b28c772798a0a54e8bc6 /lux-lua
parent0952b1d1ca71089a092fde7758481ba4de71e151 (diff)
v0.6.4
Diffstat (limited to 'lux-lua')
-rw-r--r--lux-lua/project.clj2
-rw-r--r--lux-lua/project.lux6
2 files changed, 4 insertions, 4 deletions
diff --git a/lux-lua/project.clj b/lux-lua/project.clj
index 1cad2252b..d573b119d 100644
--- a/lux-lua/project.clj
+++ b/lux-lua/project.clj
@@ -1,4 +1,4 @@
-(def version "0.6.3")
+(def version "0.6.4")
(def repo "https://github.com/LuxLang/lux")
(def sonatype-releases "https://oss.sonatype.org/service/local/staging/deploy/maven2/")
(def sonatype-snapshots "https://oss.sonatype.org/content/repositories/snapshots/")
diff --git a/lux-lua/project.lux b/lux-lua/project.lux
index cd648ab28..54739d3e2 100644
--- a/lux-lua/project.lux
+++ b/lux-lua/project.lux
@@ -1,5 +1,5 @@
{""
- [#identity ["com.github.luxlang" "lux-lua" "0.6.3"]
+ [#identity ["com.github.luxlang" "lux-lua" "0.6.4"]
#deploy_repositories {"snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"
"releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"}
@@ -7,8 +7,8 @@
#repositories ["https://oss.sonatype.org/content/repositories/snapshots/"
"https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
- #compiler ["com.github.luxlang" "lux-jvm" "0.6.3" "jar"]
- #dependencies [... ["com.github.luxlang" "stdlib" "0.6.3" "tar"]
+ #compiler ["com.github.luxlang" "lux-jvm" "0.6.4" "jar"]
+ #dependencies [... ["com.github.luxlang" "stdlib" "0.6.4" "tar"]
["org.ow2.asm" "asm" "5.0.4" "jar"]
["org.ow2.asm" "asm-commons" "5.0.4" "jar"]