Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haifengl committed May 16, 2024
1 parent 3151cb4 commit b65a995
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val commonSettings = Seq(
organization := "com.github.haifengl",
organizationName := "Haifeng Li",
organizationHomepage := Some(url("http://haifengl.github.io/")),
version := "3.1.0",
version := "3.1.1",

autoAPIMappings := true,
Test / fork := true,
Expand Down
4 changes: 2 additions & 2 deletions clojure/project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
(defproject org.clojars.haifengl/smile "3.1.0"
(defproject org.clojars.haifengl/smile "3.1.1"
:description "Smile - Statistical Machine Intelligence and Learning Engine"
:url "https://haifengl.github.io"
:scm {:name "git"
:url "https://github.com/haifengl/smile"}
:license {:name "GNU General Public License, Version 3"
:url "https://opensource.org/licenses/GPL-3.0"}
:dependencies [[org.clojure/clojure "1.11.2"]
[com.github.haifengl/smile-core "3.1.0"]]
[com.github.haifengl/smile-core "3.1.1"]]
:plugins [[lein-codox "0.10.8"]]
:codox {:doc-files ["README.md"]
:output-path "../doc/api/clojure"}
Expand Down
6 changes: 3 additions & 3 deletions kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group = "com.github.haifengl"
version = "3.1.0"
version = "3.1.1"

repositories {
mavenCentral()
Expand All @@ -24,8 +24,8 @@ repositories {

dependencies {
implementation(kotlin("stdlib"))
api("com.github.haifengl:smile-core:3.1.0")
api("com.github.haifengl:smile-nlp:3.1.0")
api("com.github.haifengl:smile-core:3.1.1")
api("com.github.haifengl:smile-nlp:3.1.1")
}

// Copy jar to shell lib
Expand Down

0 comments on commit b65a995

Please sign in to comment.