Skip to content

Commit c1df41c

Browse files
committed
Bump version
1 parent cbd91a8 commit c1df41c

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ Simulflow, [Dune Wiki](https://dune.fandom.com/wiki/Bene_Gesserit_Training#Simul
6262

6363
```clojure
6464
;; Add to your deps.edn
65-
{:deps {com.shipclojure/simulflow {:mvn/version "0.1.7-patch1-alpha"}}}
65+
{:deps {com.shipclojure/simulflow {:mvn/version "0.1.8-alpha"}}}
6666
```
6767

6868
### Leiningen/Boot
6969

7070
```clojure
7171
;; Add to your project.clj
72-
[com.shipclojure/simulflow "0.1.7-patch1-alpha"]
72+
[com.shipclojure/simulflow "0.1.8-alpha"]
7373
```
7474

7575
### Maven
@@ -78,7 +78,7 @@ Simulflow, [Dune Wiki](https://dune.fandom.com/wiki/Bene_Gesserit_Training#Simul
7878
<dependency>
7979
<groupId>com.shipclojure</groupId>
8080
<artifactId>simulflow</artifactId>
81-
<version>0.1.7-patch1-alpha</version>
81+
<version>0.1.8-alpha</version>
8282
</dependency>
8383
```
8484

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[deps-deploy.deps-deploy :as dd]))
77

88
(def lib 'com.shipclojure/simulflow)
9-
(def version "v0.1.7-patch1-alpha")
9+
(def version "v0.1.8-alpha")
1010
#_ ; alternatively, use MAJOR.MINOR.COMMITS:
1111
(def version (format "1.0.%s" (b/git-count-revs nil)))
1212
(def class-dir "target/classes")

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414
:pom {:group-id "com.shipclojure"
1515
:artifact-id "simulflow"
16-
:version "0.1.7-patch1-alpha"
16+
:version "0.1.8-alpha"
1717
:name "simulflow"
1818
:description "A Clojure framework for building real-time voice-enabled AI applications"
1919
:url "https://github.com/shipclojure/simulflow"
2020
:scm {:url "https://github.com/shipclojure/simulflow"
21-
:tag "v0.1.7-patch1-alpha"
21+
:tag "v0.1.8-alpha"
2222
:connection "scm:git:git://github.com/shipclojure/simulflow.git"
2323
:dev-connection "scm:git:ssh://git@github.com/shipclojure/simulflow.git"}
2424
:licenses [{:name "Eclipse Public License"
@@ -69,4 +69,4 @@
6969
:exec-fn deps-deploy.deps-deploy/deploy
7070
:exec-args {:installer :remote
7171
:sign-releases? false
72-
:artifact "target/com.shipclojure/simulflow-v0.1.7-patch1-alpha.jar"}}}}
72+
:artifact "target/com.shipclojure/simulflow-v0.1.8-alpha.jar"}}}}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<url>https://github.com/shipclojure/simulflow</url>
2323
<connection>scm:git:git://github.com/shipclojure/simulflow.git</connection>
2424
<developerConnection>scm:git:ssh://git@github.com/shipclojure/simulflow.git</developerConnection>
25-
<tag>v0.1.7-patch1-alpha</tag>
25+
<tag>v0.1.8-alpha</tag>
2626
</scm>
27-
<version>v0.1.7-patch1-alpha</version>
27+
<version>v0.1.8-alpha</version>
2828
<build>
2929
<sourceDirectory>src</sourceDirectory>
3030
</build>

0 commit comments

Comments
 (0)