Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
melvic-ybanez committed Apr 10, 2022
1 parent 134d843 commit a0f74a7
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.2.0-SNAPSHOT"
ThisBuild / version := "0.2.0"

ThisBuild / scalaVersion := "2.13.8"

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

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

0 comments on commit a0f74a7

Please sign in to comment.