Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnaldo committed Nov 12, 2023
1 parent 1401b39 commit 38ca777
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.3.2 - ECMAScript Specification Metalanguage.
# Welcome to ESMeta v0.3.3 - 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.3.2"
ThisBuild / version := "0.3.3"

// Scala version
ThisBuild / scalaVersion := "3.2.2"
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.3.2"
val VERSION = "0.3.3"

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

0 comments on commit 38ca777

Please sign in to comment.