Skip to content

Commit ad138ef

Browse files
committed
Pumped version and list of supported languages
1 parent 878930f commit ad138ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import sbt.Keys._
33

44
resolvers += Resolver.sonatypeRepo("public")
55

6-
val VERSION = "0.5-SNAPSHOT"
7-
val TARGET_LANGS = "C++/STL, C#, Java, JavaScript, Python, Ruby"
6+
val VERSION = "0.5"
7+
val TARGET_LANGS = "C++/STL, C#, Java, JavaScript, Perl, PHP, Python, Ruby"
88

99
lazy val root = project.in(file(".")).
1010
aggregate(compilerJS, compilerJVM).

0 commit comments

Comments
 (0)