Skip to content

Commit 740d377

Browse files
committed
update for release
1 parent 2e790ae commit 740d377

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,26 @@ Tools for working with command line arguments.
66

77
This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.
88

9-
Latest stable release: 1.0.219
9+
Latest stable release: 1.1.230
1010

1111
* [All Released Versions](https://central.sonatype.com/artifact/org.clojure/tools.cli/versions)
12-
1312
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~tools.cli~~~)
1413

15-
[clj/deps.edn](https://clojure.org/guides/deps_and_cli) dependency information:
14+
[clj/deps.edn](https://clojure.org/guides/deps_edn) dependency information:
1615
```clojure
17-
org.clojure/tools.cli {:mvn/version "1.0.219"}
16+
org.clojure/tools.cli {:mvn/version "1.1.230"}
1817
```
1918

2019
[Leiningen](https://leiningen.org/) dependency information:
2120
```clojure
22-
[org.clojure/tools.cli "1.0.219"]
21+
[org.clojure/tools.cli "1.1.230"]
2322
```
24-
[Maven](http://maven.apache.org/) dependency information:
23+
[Maven](https://maven.apache.org/) dependency information:
2524
```xml
2625
<dependency>
2726
<groupId>org.clojure</groupId>
2827
<artifactId>tools.cli</artifactId>
29-
<version>1.0.219</version>
28+
<version>1.1.230</version>
3029
</dependency>
3130
```
3231
The 0.4.x series of tools.cli supports use with `clj`/`deps.edn` and brings
@@ -96,9 +95,9 @@ handled explicitly after checking the `:errors` entry for a truthy value.
9695

9796
Please see the [example program](#example-usage) for a more detailed example
9897
and refer to the docstring of `parse-opts` for comprehensive documentation
99-
(as part of the [API Documentation](http://clojure.github.io/tools.cli/)):
98+
(as part of the [API Documentation](https://clojure.github.io/tools.cli/)):
10099

101-
http://clojure.github.io/tools.cli/index.html#clojure.tools.cli/parse-opts
100+
https://clojure.github.io/tools.cli/index.html#clojure.tools.cli/parse-opts
102101

103102
## See Also
104103

@@ -220,7 +219,7 @@ For detailed documentation, please see the docstring of `parse-opts`.
220219
## Developer Information
221220

222221
* [GitHub project](https://github.com/clojure/tools.cli)
223-
* [Bug Tracker](http://clojure.atlassian.net/browse/TCLI)
222+
* [Bug Tracker](https://clojure.atlassian.net/browse/TCLI)
224223
* [Continuous Integration](https://github.com/clojure/tools.cli/actions/workflows/test.yml)
225224

226225
## License

0 commit comments

Comments
 (0)