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 20, 2022
1 parent d6cf3dd commit 85d9486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ This program started as a proof-of-concept to see the mechanical nature of the p
deriving function implementations when the types involved serve as logical propositions under the Curry-Howard Isomorphism.

Chi takes in a function signature and generates the function implementation. At
the time of this writing, Chi supports both Java and Scala. Future support for
other languages are considered.
the time of this writing, Chi supports Java, Haskell, and Scala.

Chi can also check if two functions are isomorphic. See the [Isomorphism](#isomorphism) section for more details on this.

Expand Down
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.4.0-SNAPSHOT"
ThisBuild / version := "0.4.0"

ThisBuild / scalaVersion := "2.13.8"

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

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

0 comments on commit 85d9486

Please sign in to comment.