From 5f2b26b0290fd36ef08b11d6f5eed6a967932139 Mon Sep 17 00:00:00 2001 From: Adrian Smith Date: Sun, 18 Feb 2024 13:04:35 -0800 Subject: [PATCH] Bump version to v0.14.4-beta. --- README.md | 4 ++-- build.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f80a81b..dd75544 100644 --- a/README.md +++ b/README.md @@ -76,13 +76,13 @@ For more info covering the design of membrane: Leiningen dependency: ```clojure -[com.phronemophobic/membrane "0.14.3-beta"] +[com.phronemophobic/membrane "0.14.4-beta"] ``` deps.edn dependency: ```clojure -com.phronemophobic/membrane {:mvn/version "0.14.3-beta"} +com.phronemophobic/membrane {:mvn/version "0.14.4-beta"} ``` ## Built With Membrane diff --git a/build.clj b/build.clj index 560080f..5648937 100644 --- a/build.clj +++ b/build.clj @@ -3,7 +3,7 @@ [clojure.string :as str])) (def lib 'com.phronemophobic/membrane) -(def version "0.14.3-beta") +(def version "0.14.4-beta") (def class-dir "target/classes") (def basis (b/create-basis {:project "deps.edn"})) (def jar-file (format "target/%s-%s.jar" (name lib) version))