Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Dec 30, 2022
1 parent fdd0b66 commit 4a39540
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Use the `status` command without arguments to view the global status of all pond

```console
$ pond status
● pond 2.3.0
● pond 2.3.1
Health: good
Ponds: 1 (1 enabled; 1 loaded)
Loaded: /root/.config/fish/pond
Expand Down
2 changes: 1 addition & 1 deletion docs/pond.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.14.0.3
.\"
.TH "pond" "1" "" "Version 2.3.0" "Pond User\[cq]s Guide"
.TH "pond" "1" "" "Version 2.3.1" "Pond User\[cq]s Guide"
.hy
.SH NAME
.PP
Expand Down
4 changes: 2 additions & 2 deletions docs/pond.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>pond(1) Version 2.3.0 | Pond User’s Guide</title>
<title>pond(1) Version 2.3.1 | Pond User’s Guide</title>
<style>
html {
line-height: 1.5;
Expand Down Expand Up @@ -150,7 +150,7 @@
</head>
<body>
<header id="title-block-header">
<h1 class="title">pond(1) Version 2.3.0 | Pond User’s Guide</h1>
<h1 class="title">pond(1) Version 2.3.1 | Pond User’s Guide</h1>
</header>
<h1 id="name">NAME</h1>
<p><strong>pond</strong> — a shell environment manager for the fish shell</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/pond.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% pond(1) Version 2.3.0 | Pond User's Guide
% pond(1) Version 2.3.1 | Pond User's Guide

NAME
====
Expand Down
2 changes: 1 addition & 1 deletion functions/pond.fish
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function pond -a command -d "A fish shell environment manager"
set -g pond_version 2.3.0
set -g pond_version 2.3.1

function __pond_usage
echo "\
Expand Down

0 comments on commit 4a39540

Please sign in to comment.