Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Sep 25, 2022
1 parent a2d2e99 commit 5859cb7
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 @@ -10,7 +10,7 @@ val scala3Version = "3.2.0"
val indigoVersion = "0.14.0"

lazy val commonSettings: Seq[sbt.Def.Setting[_]] = Seq(
version := "0.1.1-SNAPSHOT",
version := "0.2.0",
scalaVersion := scala3Version,
organization := "io.indigoengine",
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 5859cb7

Please sign in to comment.