Skip to content

Commit

Permalink
Bump version to v0.14.4-beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
phronmophobic committed Feb 18, 2024
1 parent 5859c0f commit 5f2b26b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 5f2b26b

Please sign in to comment.