u2a 3.4.11 → 3.4.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "u2a",
3
- "version": "3.4.11",
3
+ "version": "3.4.12",
4
4
  "description": "URL to App - Turn any URL into a desktop application",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -19,7 +19,7 @@ async function checkVersion(silent = false) {
19
19
 
20
20
  if (!silent && needsUpdate && latestVersion !== version) {
21
21
  logger.debug(`New update available: ${latestVersion}`);
22
- logger.warn(`A new update (${latestVersion}) is available ! Current version is: ${version}`);
22
+ logger.warn(`A new update (${latestVersion}) is available ! Current version: ${version}`);
23
23
  logger.warn(`Update u2a with: npm install -g u2a@${latestVersion}`);
24
24
  }
25
25