Skip to content

Commit 63da4ad

Browse files
committed
Bump to release v5.
1 parent d8ea232 commit 63da4ad

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<h3>
2222
Leiningen/Boot
2323
</h3>
24-
<pre><code>[com.sagevisuals/fn-in &quot;5-SNAPSHOT1&quot;]</code></pre>
24+
<pre><code>[com.sagevisuals/fn-in &quot;5&quot;]</code></pre>
2525
<h3>
2626
Clojure CLI/deps.edn
2727
</h3>
28-
<pre><code>com.sagevisuals/fn-in {:mvn/version &quot;5-SNAPSHOT1&quot;}</code></pre>
28+
<pre><code>com.sagevisuals/fn-in {:mvn/version &quot;5&quot;}</code></pre>
2929
<h3>
3030
Require
3131
</h3>

doc/readme.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0">
5-
<meta charset="utf-8" compile-date="2025-10-03 07:34:50" content="width=device-width, initial-scale=1" name="viewport">
5+
<meta charset="utf-8" compile-date="2025-10-03 10:21:49" content="width=device-width, initial-scale=1" name="viewport">
66
<link href="project.css" rel="stylesheet" type="text/css">
77
<title>
88
fn-in — A library for manipulating heterogeneous, arbitrarily-nested Clojure data structures
@@ -30,11 +30,11 @@ <h2>
3030
<h3>
3131
Leiningen/Boot
3232
</h3>
33-
<pre><code>[com.sagevisuals/fn-in "5-SNAPSHOT1"]</code></pre>
33+
<pre><code>[com.sagevisuals/fn-in "5"]</code></pre>
3434
<h3>
3535
Clojure CLI/deps.edn
3636
</h3>
37-
<pre><code>com.sagevisuals/fn-in {:mvn/version "5-SNAPSHOT1"}</code></pre>
37+
<pre><code>com.sagevisuals/fn-in {:mvn/version "5"}</code></pre>
3838
<h3>
3939
Require
4040
</h3>

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.sagevisuals/fn-in "5-SNAPSHOT1"
1+
(defproject com.sagevisuals/fn-in "5"
22
:description "A Clojure library for manipulating heterogeneous, arbitrarily-nested data structures."
33
:url "https://github.com/blosavio/fn-in"
44
:license {:name "MIT License"

0 commit comments

Comments
 (0)