Skip to content

Commit

Permalink
Fixed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mschae23 committed Nov 17, 2021
1 parent f8821d2 commit dcd12ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lazy val root = project
.settings(
name := "minecraft-worldgen-updater",
organization := "de.martenschaefer",
version := "2.0.0-pre.4",
version := "2.0.0-pre.3",
homepage := Some(url("https://github.com/mschae23/minecraft-worldgen-updater")),

scalaVersion := scala3Version,
Expand Down

0 comments on commit dcd12ae

Please sign in to comment.