Skip to content

Commit 0296c8d

Browse files
committed
v2.1.1
1 parent e5af7db commit 0296c8d

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
@@ -21,7 +21,7 @@
2121
# The following line (GLOBALCONF) is the only line you should need to edit!
2222
GLOBALCONF = /usr/share/boxes
2323
GIT_STATUS = $(shell git describe --dirty --always 2>/dev/null || echo "n/a")
24-
BVERSION = 2.1.0
24+
BVERSION = 2.1.1
2525

2626
ALL_FILES = LICENSE README.md boxes-config
2727
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
@@ -34,12 +34,12 @@
3434

3535
include $(TOPDIR)/rules.mk
3636
PKG_NAME:=boxes
37-
PKG_VERSION:=2.1.0
37+
PKG_VERSION:=2.1.1
3838
PKG_RELEASE:=1
3939
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
4040

4141

42-
PKG_SOURCE:=v2.1.0.tar.gz
42+
PKG_SOURCE:=v2.1.1.tar.gz
4343
PKG_SOURCE_URL:=https://github.com/ascii-boxes/boxes/archive/refs/tags/
4444

4545
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.1.0</version>
6+
<version>2.1.1</version>
77
<authors>The Boxes Contributors</authors>
88
<owners>Thomas Jensen</owners>
99
<summary>Command Line ASCII Boxes Unlimited!</summary>
@@ -83,10 +83,10 @@ these locations (in order):
8383
<tags>ascii ascii-art filter command-line cli</tags>
8484
<iconUrl>https://boxes.thomasjensen.com/images/boxes-sq-256.png</iconUrl>
8585
<!-- <license type="expression">GPL-2.0-only</license> -->
86-
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.1.0/LICENSE</licenseUrl>
86+
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.1.1/LICENSE</licenseUrl>
8787
<language>en</language>
8888
<requireLicenseAcceptance>false</requireLicenseAcceptance>
89-
<releaseNotes>https://boxes.thomasjensen.com/2021/04/boxes-v2.1.0-released.html</releaseNotes>
89+
<releaseNotes>https://boxes.thomasjensen.com/2021/06/boxes-v2.1.1-released.html</releaseNotes>
9090
<projectSourceUrl>https://github.com/ascii-boxes/boxes</projectSourceUrl>
9191
<packageSourceUrl>https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec</packageSourceUrl>
9292
<docsUrl>https://boxes.thomasjensen.com/docs/</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.1.0 04/17/2021
1+
.\" @(#)boxes.1 2.1.1 06/14/2021
22
.\"
3-
.TH boxes 1 "April 17 2021"
3+
.TH boxes 1 "June 14 2021"
44
.UC 4
55
.SH NAME
66
boxes \- text mode box and comment drawing filter

0 commit comments

Comments
 (0)