Skip to content

Commit

Permalink
Version 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed Aug 25, 2021
1 parent 81ef03b commit af4ac13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ or using Scala 2.12
<artifactId>incal-core_2.12</artifactId>
<version>0.3.0</version>
</dependency>
```
```
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ organization := "org.in-cal"

name := "incal-core"

version := "0.3.0-SNAPSHOT"
version := "0.3.0"

description := "Core library for In-Cal projects containing utility classes, repo interfaces, and shared/common models."

isSnapshot := true // false
isSnapshot := false

scalaVersion := "2.11.12" // "2.12.10"

Expand Down

0 comments on commit af4ac13

Please sign in to comment.