fluncle 0.228.0 → 0.229.0

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/bin/fluncle.mjs +6 -3
  2. package/package.json +1 -1
package/bin/fluncle.mjs CHANGED
@@ -612,7 +612,7 @@ function parseVersion(version) {
612
612
  var currentVersion;
613
613
  var init_version = __esm(() => {
614
614
  init_output();
615
- currentVersion = "0.228.0".trim() ? "0.228.0".trim() : "0.1.0";
615
+ currentVersion = "0.229.0".trim() ? "0.229.0".trim() : "0.1.0";
616
616
  });
617
617
 
618
618
  // src/update-notifier.ts
@@ -2362,7 +2362,10 @@ var init_about = __esm(() => {
2362
2362
  heading: "The mothership",
2363
2363
  links: [
2364
2364
  { label: "Web: the archive", url: "https://www.fluncle.com" },
2365
- { label: "Newsletter", url: "Fresh bangers, every Friday. Sign up at www.fluncle.com" },
2365
+ {
2366
+ label: "Newsletter",
2367
+ url: "Fresh bangers, every Friday, from Fluncle. Board it at www.fluncle.com"
2368
+ },
2366
2369
  { label: "RSS: the feed", url: "https://www.fluncle.com/rss.xml" }
2367
2370
  ]
2368
2371
  },
@@ -2454,7 +2457,7 @@ function parseVersion2(version) {
2454
2457
  var currentVersion2, latestReleaseUrl = "https://api.github.com/repos/mauricekleine/fluncle/releases/latest";
2455
2458
  var init_version2 = __esm(() => {
2456
2459
  init_output();
2457
- currentVersion2 = "0.228.0".trim() ? "0.228.0".trim() : "0.1.0";
2460
+ currentVersion2 = "0.229.0".trim() ? "0.229.0".trim() : "0.1.0";
2458
2461
  });
2459
2462
 
2460
2463
  // ../../packages/registry/src/index.ts
package/package.json CHANGED
@@ -31,5 +31,5 @@
31
31
  "url": "git+https://github.com/mauricekleine/fluncle.git"
32
32
  },
33
33
  "type": "module",
34
- "version": "0.228.0"
34
+ "version": "0.229.0"
35
35
  }