Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnaldo committed Dec 14, 2022
1 parent 61ad8c3 commit 843023e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $ cd esmeta && git submodule update --init && sbt assembly && source .completion
If you see the following message, ESMeta is successfully installed:
```bash
$ esmeta
# Welcome to ESMeta v0.1.0 - ECMAScript Specification Metalanguage.
# Welcome to ESMeta v0.2.0 - ECMAScript Specification Metalanguage.
# Please type `esmeta help` to see the help message.
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbtassembly.AssemblyPlugin.defaultUniversalScript
// ESMeta version
// NOTE: please update VERSION together in top-level package.scala
// NOTE: please update version info in the README.md file
ThisBuild / version := "0.1.0"
ThisBuild / version := "0.2.0"

// Scala version
ThisBuild / scalaVersion := "3.1.1"
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/esmeta/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import esmeta.error.NoEnvVarError
val LINE_SEP = System.getProperty("line.separator")

/** base project directory root */
val VERSION = "0.1.0"
val VERSION = "0.2.0"

/** base project directory root */
val BASE_DIR =
Expand Down

0 comments on commit 843023e

Please sign in to comment.