Skip to content

Commit b1d690b

Browse files
committed
Documentation updated
1 parent 2f0fc46 commit b1d690b

5 files changed

+21
-21
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ To use Bankster in your project, add the following to dependencies section of
3333
`project.clj` or `build.boot`:
3434

3535
```clojure
36-
[io.randomseed/bankster "1.2.8"]
36+
[io.randomseed/bankster "1.2.9"]
3737
```
3838

3939
For `deps.edn` add the following as an element of a map under `:deps` or
4040
`:extra-deps` key:
4141

4242
```clojure
43-
io.randomseed/bankster {:mvn/version "1.2.8"}
43+
io.randomseed/bankster {:mvn/version "1.2.9"}
4444
```
4545

4646
Additionally, if you want to utilize specs and generators provided by the Bankster

doc/10_introduction.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ To use Bankster in your project, add the following to dependencies section of
3333
`project.clj` or `build.boot`:
3434

3535
```clojure
36-
[io.randomseed/bankster "1.2.8"]
36+
[io.randomseed/bankster "1.2.9"]
3737
```
3838

3939
For `deps.edn` add the following as an element of a map under `:deps` or
4040
`:extra-deps` key:
4141

4242
```clojure
43-
io.randomseed/bankster {:mvn/version "1.2.8"}
43+
io.randomseed/bankster {:mvn/version "1.2.9"}
4444
```
4545

4646
Additionally, if you want to utilize specs and generators provided by the Bankster

docs/10_introduction.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ <h2><a href="#features" name="features"></a>Features</h2>
2525
</ul>
2626
<h2><a href="#installation" name="installation"></a>Installation</h2>
2727
<p>To use Bankster in your project, add the following to dependencies section of <code>project.clj</code> or <code>build.boot</code>:</p>
28-
<pre><code class="clojure">[io.randomseed/bankster "1.2.8"]
28+
<pre><code class="clojure">[io.randomseed/bankster "1.2.9"]
2929
</code></pre>
3030
<p>For <code>deps.edn</code> add the following as an element of a map under <code>:deps</code> or <code>:extra-deps</code> key:</p>
31-
<pre><code class="clojure">io.randomseed/bankster {:mvn/version "1.2.8"}
31+
<pre><code class="clojure">io.randomseed/bankster {:mvn/version "1.2.9"}
3232
</code></pre>
3333
<p>Additionally, if you want to utilize specs and generators provided by the Bankster you can use (in your development profile):</p>
3434
<pre><code class="clojure">org.clojure/spec.alpha {:mvn/version "0.2.176"}

docs/index.html

+1-1
Large diffs are not rendered by default.

docs/io.randomseed.bankster.money.html

+14-14
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)