Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Sep 26, 2023
1 parent 3b178a8 commit 7762673
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 @@ -11,7 +11,7 @@ val scala3Version = "3.3.1"
val indigoVersion = "0.15.0"

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

0 comments on commit 7762673

Please sign in to comment.