Skip to content

Commit b9f778a

Browse files
committed
release 0.1.11
1 parent 1c191f9 commit b9f778a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cumulo-util",
3-
"version": "0.1.0",
3+
"version": "0.1.11",
44
"description": "Cumulo Workflow",
55
"main": "index.js",
66
"scripts": {

release.edn

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
{:version "0.1.11-a1"
2-
:group-id "cumulo"
3-
:artifact-id "util"
4-
:skip-tag true
5-
:description "Util functions for Cumulo projects"
1+
{:version "0.1.11",
2+
:group-id "cumulo",
3+
:artifact-id "util",
4+
:skip-tag true,
5+
:description "Util functions for Cumulo projects",
66
:scm-url "https://github.com/Cumuloe/cumulo-util"}
7+

0 commit comments

Comments
 (0)