Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnaldo committed Aug 20, 2024
1 parent c9e05da commit 24c7181
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 @@ -69,7 +69,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.4.1 - ECMAScript Specification Metalanguage.
# Welcome to ESMeta v0.4.2 - 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.4.1"
ThisBuild / version := "0.4.2"

// Scala version
ThisBuild / scalaVersion := "3.3.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.4.1"
val VERSION = "0.4.2"

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

0 comments on commit 24c7181

Please sign in to comment.