Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
v0.1.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Jan 2, 2020
1 parent 94f4a3e commit a147cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ However upgrading blindly it's not a particularly informed approach, and may lea
Add:

```clojure
[lein-subscribable-urls "0.1.0-alpha1"]
[lein-subscribable-urls "0.1.0-alpha2"]
```

to the `:plugins` vector of your `:user` profile in `~/.lein/profiles.clj`.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; Please don't bump the library version by hand - use ci.release-workflow instead.
(defproject lein-subscribable-urls "0.1.0-alpha1"
(defproject lein-subscribable-urls "0.1.0-alpha2"
;; Please keep the dependencies sorted a-z.
:dependencies []

Expand Down

0 comments on commit a147cea

Please sign in to comment.