Skip to content

Commit 75dfd61

Browse files
committed
v2.3.0
1 parent 556a5e8 commit 75dfd61

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# The following line (GLOBALCONF) is the only line you should need to edit!
1717
GLOBALCONF = /usr/share/boxes
1818
GIT_STATUS = $(shell git describe --dirty --always 2>/dev/null || echo "n/a")
19-
BVERSION = 2.2.1
19+
BVERSION = 2.3.0
2020

2121
ALL_FILES = LICENSE README.md boxes-config
2222
DOC_FILES = doc/boxes.1 doc/boxes.el

boxes-pkg.openwrt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929

3030
include $(TOPDIR)/rules.mk
3131
PKG_NAME:=boxes
32-
PKG_VERSION:=2.2.1
32+
PKG_VERSION:=2.3.0
3333
PKG_RELEASE:=1
3434
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
3535

3636

37-
PKG_SOURCE:=v2.2.1.tar.gz
37+
PKG_SOURCE:=v2.3.0.tar.gz
3838
PKG_SOURCE_URL:=https://github.com/ascii-boxes/boxes/archive/refs/tags/
3939

4040
include $(INCLUDE_DIR)/package.mk

boxes.portable.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>boxes.portable</id>
55
<title>boxes (Portable)</title>
6-
<version>2.2.1</version>
6+
<version>2.3.0</version>
77
<authors>Thomas Jensen and the boxes contributors</authors>
88
<summary>Command Line ASCII Boxes Unlimited!</summary>
99
<description><![CDATA[*Boxes* is a command line program that draws a box around its input text. It can remove
@@ -65,10 +65,10 @@ Details on where boxes looks for configuration files can be found
6565
<tags>ascii ascii-art box boxes command-line cli</tags>
6666
<iconUrl>https://boxes.thomasjensen.com/images/boxes-sq-256.png</iconUrl>
6767
<!-- <license type="expression">GPL-3.0-only</license> -->
68-
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.2.1/LICENSE</licenseUrl>
68+
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.3.0/LICENSE</licenseUrl>
6969
<language>en</language>
7070
<requireLicenseAcceptance>false</requireLicenseAcceptance>
71-
<releaseNotes>https://boxes.thomasjensen.com/2023/08/boxes-v2.2.1-released.html</releaseNotes>
71+
<releaseNotes>https://boxes.thomasjensen.com/2024/02/boxes-v2.3.0-released.html</releaseNotes>
7272
<projectSourceUrl>https://github.com/ascii-boxes/boxes</projectSourceUrl>
7373
<packageSourceUrl>https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec</packageSourceUrl>
7474
<docsUrl>https://boxes.thomasjensen.com/</docsUrl>

doc/boxes.1.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" @(#)boxes.1 2.2.1 08/24/2023
1+
.\" @(#)boxes.1 2.3.0 02/17/2024
22
.\"
3-
.TH boxes 1 "August 24 2023"
3+
.TH boxes 1 "February 17 2024"
44
.UC 4
55
.SH NAME
66
boxes \- text mode box and comment drawing filter

0 commit comments

Comments
 (0)