Skip to content

Commit 6a30df3

Browse files
committed
update version, fix rename in .txt file
1 parent 7bd6af6 commit 6a30df3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ enablePlugins(JavaAppPackaging, SolidityPlugin)
22

33
val commonSettings = Seq(
44
name := "mantis",
5-
version := "0.1",
5+
version := "0.3-cli-beta",
66
scalaVersion := "2.12.1"
77
)
88

src/universal/mantis_config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
-Dconfig.file=.\conf\grothendieck.conf
1+
-Dconfig.file=.\conf\mantis.conf
22
-Dlogback.configurationFile=.\conf\logback.xml
3-
-Xss10M
3+
-Xss10M

0 commit comments

Comments
 (0)