Skip to content

Commit

Permalink
Pumped version and list of supported languages
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed Nov 9, 2016
1 parent 878930f commit ad138ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import sbt.Keys._

resolvers += Resolver.sonatypeRepo("public")

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

lazy val root = project.in(file(".")).
aggregate(compilerJS, compilerJVM).
Expand Down

0 comments on commit ad138ef

Please sign in to comment.