Skip to content

Commit

Permalink
0.9.0 - Release State
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmoho committed Sep 1, 2024
1 parent 4fe0669 commit 1095195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject model-polisher-server "1.0.0-SNAPSHOT"
(defproject model-polisher-server "0.9.0"
:main edu.tue.csb.mpserver.core
:profiles {:uberjar {:aot :all}}
:plugins [[refactor-nrepl "3.10.0"]
Expand All @@ -22,7 +22,7 @@
[clj-http "3.13.0"]
[org.clojure/tools.cli "1.1.230"]

[edu.ucsd.sbrg.ModelPolisher "2.1.10"]
[edu.ucsd.sbrg/ModelPolisher "2.1-pre-release"]

;; dev time
[ring/ring-devel "1.12.2"]]
Expand Down

0 comments on commit 1095195

Please sign in to comment.