Skip to content

Commit

Permalink
Release version 0.14.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbradstreet committed Apr 21, 2019
1 parent 302f743 commit d1ecdaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ The tests currently run slowly, as they have to create and delete shards on each
In your project file:

```clojure
[org.onyxplatform/onyx-amazon-kinesis "0.14.1.1-SNAPSHOT"]
[org.onyxplatform/onyx-amazon-kinesis "0.14.1.1"]
```

In your peer boot-up namespace:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject org.onyxplatform/onyx-amazon-kinesis "0.14.1.1-SNAPSHOT"
(defproject org.onyxplatform/onyx-amazon-kinesis "0.14.1.1"
:description "Onyx plugin for Amazon Kinesis"
:url "https://github.com/onyx-platform/onyx-amazon-kinesis"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit d1ecdaf

Please sign in to comment.