git-digger 1.8.50 → 1.8.51

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.
package/kotlin/bin/digger CHANGED
File without changes
@@ -38,7 +38,7 @@
38
38
  initMetadataForClass(Digger, 'Digger', Digger, CliktCommand);
39
39
  //endregion
40
40
  function Versions() {
41
- this.u21_1 = '1.8.50';
41
+ this.u21_1 = '1.8.51';
42
42
  }
43
43
  var Versions_instance;
44
44
  function Versions_getInstance() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-digger",
3
- "version": "1.8.50",
3
+ "version": "1.8.51",
4
4
  "main": "kotlin/command-line-tools-digger-cli.js",
5
5
  "devDependencies": {
6
6
  "source-map-support": "0.5.21"