Skip to content

Commit 7c00881

Browse files
committed
Add clojars badge
1 parent 8ac5adf commit 7c00881

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
> the average Bene Gesserit.
1717
Simulflow, [Dune Wiki](https://dune.fandom.com/wiki/Bene_Gesserit_Training#Simulflow)
1818

19+
[![Clojars Project](https://img.shields.io/clojars/v/com.shipclojure/simulflow.svg)](https://clojars.org/com.shipclojure/simulflow)
1920
<br>
2021

2122
**simulflow** is a Clojure framework for building real-time multimodal AI applications using a data-driven, functional approach. Built on top of `clojure.core.async.flow`, it provides a composable pipeline architecture for processing audio, text, video and AI interactions with built-in support for major AI providers.

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 "0.1.3-alpha")
9+
(def version "0.1.4-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
:description "A Clojure framework for building real-time voice-enabled AI applications"
1818
:url "https://github.com/shipclojure/simulflow"
1919
:scm {:url "https://github.com/shipclojure/simulflow"
20-
:tag "v0.1.3-alpha"
20+
:tag "v0.1.4-alpha"
2121
:connection "scm:git:git://github.com/shipclojure/simulflow.git"
2222
:dev-connection "scm:git:ssh://git@github.com/shipclojure/simulflow.git"}
2323
:licenses [{:name "Eclipse Public License"

0 commit comments

Comments
 (0)