Skip to content

Commit c2c125b

Browse files
chore: release v2.3.0
1 parent a89ddb1 commit c2c125b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

build.sh

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

33
## FILE : build.sh
4-
## VERSION : v2.2.0
4+
## VERSION : v2.3.0
55
## DESCRIPTION : Merge source.sh and script.sh to template.sh
66
## AUTHOR : Silverbullet069
77
## REPOSITORY : https://github.com/Silverbullet069/bash-script-template

clone_bash_template.sh

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

33
## FILE : clone_bash_template.sh
4-
## VERSION : v2.2.0
4+
## VERSION : v2.3.0
55
## DESCRIPTION : Copy template.sh / template_lite.sh / source.sh + script.sh
66
## AUTHOR : Silverbullet069
77
## REPOSITORY : https://github.com/Silverbullet069/bash-script-template

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bash-script-template",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "A Bash scripting template incorporating best practices & several useful functions.",
55
"directories": {
66
"test": "tests"

run_test.sh

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

33
## FILE : run_dev.sh
4-
## VERSION : v2.2.0
4+
## VERSION : v2.3.0
55
## DESCRIPTION : Execute runtime inside an isolated containerized environment
66
## AUTHOR : Silverbullet069
77
## REPOSITORY : https://github.com/Silverbullet069/bash-script-template

script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## LICENSE : MIT License
99

1010
## TEMREPO : https://github.com/Silverbullet069/bash-script-template
11-
## TEMVER : v2.2.0
11+
## TEMVER : v2.3.0
1212
## TEMLIC : MIT License
1313

1414
# ============================================================================ #

source.sh

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

33
## FILE : source.sh
4-
## VERSION : v2.2.0
4+
## VERSION : v2.3.0
55
## DESCRIPTION : A sourced script with reusable functions.
66
## AUTHOR : Silverbullet069
77
## REPOSITORY : https://github.com/Silverbullet069/bash-script-template

template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## LICENSE : MIT License
99

1010
## TEMREPO : https://github.com/Silverbullet069/bash-script-template
11-
## TEMVER : v2.2.0
11+
## TEMVER : v2.3.0
1212
## TEMLIC : MIT License
1313

1414
# ============================================================================ #

template_lite.sh

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

33
## FILE : template_lite.sh
4-
## VERSION : v2.2.0
4+
## VERSION : v2.3.0
55
## DESCRIPTION : A simple template file without reusable functions
66
## AUTHOR : Silverbullet069
77
## REPOSITORY : https://github.com/Silverbullet069/bash-script-template

0 commit comments

Comments
 (0)