Skip to content

Commit 753cd76

Browse files
committed
0.1.1
1 parent 2bff928 commit 753cd76

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
== changelog ==
33

4+
-- 0.1.1 --
5+
6+
* Fixed bug where tar used to error out when using tar-gz compression format.
7+
48
-- 0.1.0 --
59

610
* Initial release; yay!

man/bak.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH BAK "1" "July 2021" "bak 0.1.0" "User Commands"
1+
.TH BAK "1" "July 2021" "bak 0.1.1" "User Commands"
22
.SH NAME
3-
bak \- manual page for bak 0.1.0
3+
bak \- manual page for bak 0.1.1
44
.SH DESCRIPTION
55
.IP
66
USAGE: bak [options] <files/dirs to backup>...

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
== bak 0.1.0 ==
2+
== bak 0.1.1 ==
33

44
A backup tool (written in bash)
55

@@ -56,7 +56,7 @@
5656
This project is licensed under AGPL 3.0. A copy of the license can be found
5757
in the /license.txt file.
5858

59-
bak 0.1.0 - A backup tool written in bash
59+
bak 0.1.1 - A backup tool written in bash
6060
Copyright (C) 2021 Vedant K (gamemaker1) <gamemaker0042 at gmail dot com>
6161

6262
This program is free software: you can redistribute it and/or modify

source/bak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
#
4-
# == bak 0.1.0 ==
4+
# == bak 0.1.1 ==
55
#
66
# A backup tool (written in bash)
77
#
@@ -289,7 +289,7 @@ function main {
289289
}
290290

291291
# Print the header first
292-
print "${bold}${magenta} bak 0.1.0 ${normal}"
292+
print "${bold}${magenta} bak 0.1.1 ${normal}"
293293

294294
# Then run
295295
main $*

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)