Skip to content

Commit

Permalink
Pre-release version 0.1.0-RC11 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Circle CI committed May 4, 2024
1 parent bbfa877 commit 6f25568
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion authorisation/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.logicblocks/liberator.mixin.authorisation "0.1.0-RC10"
(defproject io.logicblocks/liberator.mixin.authorisation "0.1.0-RC11"
:description "An authorisation mixin for liberator."

:parent-project {:path "../parent/project.clj"
Expand Down
2 changes: 1 addition & 1 deletion context/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.logicblocks/liberator.mixin.context "0.1.0-RC10"
(defproject io.logicblocks/liberator.mixin.context "0.1.0-RC11"
:description "A context management mixin for liberator."

:parent-project {:path "../parent/project.clj"
Expand Down
2 changes: 1 addition & 1 deletion core/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.logicblocks/liberator.mixin.core "0.1.0-RC10"
(defproject io.logicblocks/liberator.mixin.core "0.1.0-RC11"
:description "Functions for defining composable liberator mixins."

:parent-project {:path "../parent/project.clj"
Expand Down
2 changes: 1 addition & 1 deletion hal/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.logicblocks/liberator.mixin.hal "0.1.0-RC10"
(defproject io.logicblocks/liberator.mixin.hal "0.1.0-RC11"
:description "A HAL mixin for liberator."

:parent-project {:path "../parent/project.clj"
Expand Down
2 changes: 1 addition & 1 deletion hypermedia/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.logicblocks/liberator.mixin.hypermedia "0.1.0-RC10"
(defproject io.logicblocks/liberator.mixin.hypermedia "0.1.0-RC11"
:description "A hypermedia mixin for liberator."

:parent-project {:path "../parent/project.clj"
Expand Down
2 changes: 1 addition & 1 deletion json/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.logicblocks/liberator.mixin.json "0.1.0-RC10"
(defproject io.logicblocks/liberator.mixin.json "0.1.0-RC11"
:description "A JSON mixin for liberator."

:parent-project {:path "../parent/project.clj"
Expand Down
2 changes: 1 addition & 1 deletion logging/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.logicblocks/liberator.mixin.logging "0.1.0-RC10"
(defproject io.logicblocks/liberator.mixin.logging "0.1.0-RC11"
:description "A logging mixin for liberator."

:parent-project {:path "../parent/project.clj"
Expand Down
2 changes: 1 addition & 1 deletion parent/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.logicblocks/liberator.mixin.parent "0.1.0-RC10"
(defproject io.logicblocks/liberator.mixin.parent "0.1.0-RC11"
:scm {:dir "."
:name "git"
:url "https://github.com/logicblocks/liberator.mixin"}
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.logicblocks/liberator.mixin "0.1.0-RC10"
(defproject io.logicblocks/liberator.mixin "0.1.0-RC11"
:description "Extensions for liberator allowing for composable mixins."

:parent-project {:path "parent/project.clj"
Expand Down
2 changes: 1 addition & 1 deletion validation/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.logicblocks/liberator.mixin.validation "0.1.0-RC10"
(defproject io.logicblocks/liberator.mixin.validation "0.1.0-RC11"
:description "A validation mixin for liberator."

:parent-project {:path "../parent/project.clj"
Expand Down

0 comments on commit 6f25568

Please sign in to comment.