Skip to content

Commit d61d98e

Browse files
committed
Updated project.clj, release notes and readme for 0.1.3
1 parent 87940d2 commit d61d98e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A library for using declarative configuration data, based on logic programming.
77
Add the following to your `:dependencies`:
88

99
```clj
10-
[palletops/locos "0.1.2"]
10+
[palletops/locos "0.1.3"]
1111
```
1212

1313
## Introduction

ReleaseNotes.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.3
2+
3+
- Re-release of 0.1.2, with correct code.
4+
15
## 0.1.2
26

37
- Update core.logic.dependency to org.hugoduncan release

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.palletops/locos "0.1.3-SNAPSHOT"
1+
(defproject com.palletops/locos "0.1.3"
22
:description "Logic based Configuration Functions"
33
:url "https://github.com/palletops/locos"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)