File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ $ cd esmeta && git submodule update --init && sbt assembly && source .completion
7070If you see the following message, ESMeta is successfully installed:
7171``` bash
7272$ esmeta
73- # Welcome to ESMeta v0.6.4 - ECMAScript Specification Metalanguage.
73+ # Welcome to ESMeta v0.7.0 - ECMAScript Specification Metalanguage.
7474# Please type `esmeta help` to see the help message.
7575```
7676
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import sbtassembly.AssemblyPlugin.defaultUniversalScript
33// ESMeta version
44// NOTE: please update VERSION together in top-level package.scala
55// NOTE: please update version info in the README.md file
6- ThisBuild / version := " 0.6.4 "
6+ ThisBuild / version := " 0.7.0 "
77
88// Scala version
99ThisBuild / scalaVersion := " 3.3.6"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import esmeta.error.NoEnvVarError
66val LINE_SEP = System .getProperty(" line.separator" )
77
88/** base project directory root */
9- val VERSION = " 0.6.4 "
9+ val VERSION = " 0.7.0 "
1010
1111/** base project directory root */
1212val BASE_DIR = sys.env.getOrElse(" ESMETA_HOME" , throw NoEnvVarError )
You can’t perform that action at this time.
0 commit comments