git-span 1.0.131 → 1.0.132

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/man/git-span.1 +2 -2
  2. package/package.json +7 -7
package/man/git-span.1 CHANGED
@@ -1,6 +1,6 @@
1
1
  .ie \n(.g .ds Aq \(aq
2
2
  .el .ds Aq '
3
- .TH git-span 1 "git-span 1.0.131"
3
+ .TH git-span 1 "git-span 1.0.132"
4
4
  .ie \n(.g .ds Aq \(aq
5
5
  .el .ds Aq '
6
6
  .SH NAME
@@ -129,7 +129,7 @@ Print this message or the help of the given subcommand(s)
129
129
  .ie \n(.g .ds Aq \(aq
130
130
  .el .ds Aq '
131
131
  .SH VERSION
132
- v1.0.131
132
+ v1.0.132
133
133
  .SH EXAMPLES
134
134
  Anchor a new span alongside a code change:
135
135
  .PP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-span",
3
- "version": "1.0.131",
3
+ "version": "1.0.132",
4
4
  "bin": "bin/git-span.exe",
5
5
  "man": [
6
6
  "man/git-span.1"
@@ -24,14 +24,14 @@
24
24
  "scripts/postinstall.js"
25
25
  ],
26
26
  "optionalDependencies": {
27
- "git-span-darwin-arm64": "1.0.131",
28
- "git-span-darwin-x64": "1.0.131",
29
- "git-span-linux-arm64": "1.0.131",
30
- "git-span-linux-x64": "1.0.131",
31
- "git-span-win32-x64": "1.0.131"
27
+ "git-span-darwin-arm64": "1.0.132",
28
+ "git-span-darwin-x64": "1.0.132",
29
+ "git-span-linux-arm64": "1.0.132",
30
+ "git-span-linux-x64": "1.0.132",
31
+ "git-span-win32-x64": "1.0.132"
32
32
  },
33
33
  "repository": {
34
34
  "type": "git",
35
35
  "url": "git+https://github.com/goodfoot-io/git-span.git"
36
36
  }
37
- }
37
+ }