Skip to content

Commit

Permalink
new version,publish
Browse files Browse the repository at this point in the history
  • Loading branch information
elgca committed Jun 22, 2024
1 parent 22b2293 commit 900992f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
sbt :

```scala
libraryDependencies += "io.github.elgca" %%% "laminar-mdui" % "0.1.0"
libraryDependencies += "io.github.elgca" %%% "laminar-mdui" % "0.2.0"
```

编译
Expand Down Expand Up @@ -74,7 +74,7 @@ mdui.Button(

mdui.Button(
_.slots.icon(
mdui.icon.IconmduiIcon10mp()
mdui.icon.Icon10mp()
)
)

Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The generated code has not been fully tested, and there may be some incomplete a
sbt :

```scala
libraryDependencies += "io.github.elgca" %%% "laminar-mdui" % "0.1.0"
libraryDependencies += "io.github.elgca" %%% "laminar-mdui" % "0.2.0"
```

compile
Expand Down Expand Up @@ -72,7 +72,7 @@ mdui.Button(

mdui.Button(
_.slots.icon(
mdui.icon.IconmduiIcon10mp()
mdui.icon.Icon10mp()
)
)

Expand Down
2 changes: 1 addition & 1 deletion mdui/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lazy val mdui = (project in file("."))
)
.settings(
// versionScheme := Some("early-semver"),
version := "0.1.0",
version := "0.2.0",
name := "Laminar MDUI",
normalizedName := "laminar-mdui",
organization := "io.github.elgca",
Expand Down

0 comments on commit 900992f

Please sign in to comment.