Skip to content

Commit

Permalink
Bump up revision number. Tweak build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
litan committed May 31, 2021
1 parent 4740667 commit 209a93e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name := "kojo-lib"

version := "0.1"
organization := "net.kogics"

version := "0.1.0"

scalaVersion := "2.13.6"

Expand Down
4 changes: 2 additions & 2 deletions src/main/scala/net/kogics/kojo/lite/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package net.kogics.kojo.lite
object Versions {
val KojoLibMajorVersion = "Pre 1.0"
val KojoLibVersion = "0.1.0"
val KojoLibRevision = "r2"
val KojoLibBuildDate = "25 May 2021"
val KojoLibRevision = "r3"
val KojoLibBuildDate = "31 May 2021"
val JavaVersion = {
val jrv = System.getProperty("java.runtime.version")
val arch = System.getProperty("os.arch")
Expand Down

0 comments on commit 209a93e

Please sign in to comment.