Skip to content

Commit

Permalink
[doc] Replaced obsolete version numbers 0.3.2 -> 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvalvalval committed Jul 1, 2022
1 parent 0830739 commit 59b2261
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ All notable changes to this project will be documented in this file. This change
- Docstrings
- Tutorial

[Unreleased]: https://github.com/vvvvalvalval/scope-capture/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/vvvvalvalval/scope-capture/compare/v0.3.3...HEAD
[0.3.3]: https://github.com/vvvvalvalval/scope-capture/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/vvvvalvalval/scope-capture/compare/v0.3.0...v0.3.2
[0.3.0]: https://github.com/vvvvalvalval/scope-capture/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/vvvvalvalval/scope-capture/compare/v0.2.0...v0.2.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scope-capture

`[vvvvalvalval/scope-capture "0.3.2"]`
`[vvvvalvalval/scope-capture "0.3.3"]`

[![Clojars Project](https://img.shields.io/clojars/v/vvvvalvalval/scope-capture.svg)](https://clojars.org/vvvvalvalval/scope-capture)

Expand Down Expand Up @@ -63,7 +63,7 @@ With both Leiningen and Boot, it's better not to include `scope-capture` in your
Add the following to the `:user` profile in `~/.lein/profiles.clj`:

``` clojure
:dependencies [[vvvvalvalval/scope-capture "0.3.2"]]
:dependencies [[vvvvalvalval/scope-capture "0.3.3"]]
:injections [(require 'sc.api)]
```

Expand Down

0 comments on commit 59b2261

Please sign in to comment.