Skip to content

Commit e58f0c2

Browse files
committed
💎 Bump version to 2.5.1
In order to update README on npm.
1 parent 307222e commit e58f0c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git_utils

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Common methods for use with git scripts.
44
# Open-sourced at https://github.com/cooperka/build-scripts.
55

6-
BUILD_SCRIPT_VERSION=2.5.0
6+
BUILD_SCRIPT_VERSION=2.5.1
77

88
# Load custom settings.
99
source ./git_utils.cfg

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bash-git-utils",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Some simple utility scripts for git-based build/deploy automation.",
55
"main": "none",
66
"tags": [

0 commit comments

Comments
 (0)