Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
melvic-ybanez committed Apr 5, 2022
1 parent 8b043d4 commit a2043a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import Dependencies.dependencies

ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / version := "0.1.0"

ThisBuild / scalaVersion := "2.13.8"

assemblyJarName in assembly := "chi-0.1.0-snapshot.jar"
assemblyJarName in assembly := "chi-0.1.0.jar"

lazy val root = (project in file("."))
.settings(
Expand Down

0 comments on commit a2043a4

Please sign in to comment.