Skip to content

Commit e917edf

Browse files
committed
Update version
1 parent 371f322 commit e917edf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $ cd esmeta && git submodule update --init && sbt assembly && source .completion
7070
If 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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
99
ThisBuild / scalaVersion := "3.3.6"

src/main/scala/esmeta/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import esmeta.error.NoEnvVarError
66
val 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 */
1212
val BASE_DIR = sys.env.getOrElse("ESMETA_HOME", throw NoEnvVarError)

0 commit comments

Comments
 (0)