Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 275779f

Browse files
committed
upgrade package version to v4.18.1
1 parent 01c13bd commit 275779f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you have [Docker](https://www.docker.com/) installed locally, just run the fo
99
```bash
1010
user@hostname$ ./build.sh
1111
```
12-
By default this will build i3-gaps 4.18 on Debian Buster.
12+
By default this will build i3-gaps 4.18.1 on Debian Buster.
1313

1414
If you want to customize the build at runtime, use the following:
1515

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44

55
IMAGE="debian:buster-slim"
66
TARGET="$(dirname "$0" | xargs realpath)"
7-
VERSION="4.18"
7+
VERSION="4.18.1"
88

99
while getopts "v:i:h" opt
1010
do

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
i3-gaps (4.18.1-1) unstable; urgency=medium
2+
3+
* Version 4.18.1
4+
5+
-- Martin Simon <me@martinsimon.me> Thu, 23 Apr 2020 00:00:00 +0000
6+
17
i3-gaps (4.18-1) unstable; urgency=medium
28

39
* Version 4.18
410

5-
-- Martin Simon <me@martinsimon.me> Sat, 11 Apr 2020 00:00:00 +0000
11+
-- Martin Simon <me@martinsimon.me> Sat, 11 Apr 2020 00:00:00 +0000

0 commit comments

Comments
 (0)