git-rev-label 2.27.30 → 2.27.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/git-rev-label +2 -2
  2. package/package.json +1 -1
package/git-rev-label CHANGED
@@ -21,8 +21,8 @@ shopt -s inherit_errexit
21
21
  shopt -s lastpipe
22
22
  shopt -s expand_aliases
23
23
 
24
- VERSION=master-c27-g1eb4c9d-b30
25
- VERSION_NPM=2.27.30
24
+ VERSION=master-c27-g1eb4c9d-b31
25
+ VERSION_NPM=2.27.31
26
26
 
27
27
  ## todo maybe use utils.bash from autorsync
28
28
  function echomsg { echo $'\e[1;37m'"$@"$'\e[0m'; }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "git-rev-label",
3
3
  "description": "Obtain information about Git repository revision in format like 'master-c73-gbbb6bec'",
4
- "version":"2.27.30",
4
+ "version":"2.27.31",
5
5
  "homepage": "https://gitlab.com/kyb/git-rev-label",
6
6
  "keywords": [
7
7
  "git",