Skip to content

Commit 72e7ac6

Browse files
committed
release: 0.5.0
1 parent 176fbf6 commit 72e7ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This facade is converted from [@types/[email protected]](https://www.npm
88

99
Add the following to your sbt build definition:
1010

11-
libraryDependencies += "tech.ignission" %%% "google-apps-script-scalajs-facade" % "0.4.0"
11+
libraryDependencies += "tech.ignission" %%% "google-apps-script-scalajs-facade" % "0.5.0"
1212

1313
## Example
1414

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ normalizedName := "google-apps-script-scalajs-facade"
55
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0"
66

77
lazy val commonSettings = Seq(
8-
version := "0.4.1-SNAPSHOT",
8+
version := "0.5.0",
99
scalaVersion := "2.13.5",
1010
organization := "tech.ignission",
1111
scalacOptions ++= List(

0 commit comments

Comments
 (0)