Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Starts with displaying app name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
olivab committed Nov 18, 2017
1 parent 89a6532 commit f962f61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ var g_settings = {

// app entry point

console.log("");
console.log("cordova-res-generator " + pjson.version);

check(g_settings)
.then(() => generate(g_imageObjects, g_settings))
.catch((err) => catchErrors(err));
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-res-generator",
"version": "0.1.2",
"version": "0.1.3",
"description": "Generates icon & splash screen for cordova/ionic projects using javascript only.",
"main": "index.js",
"preferGlobal": false,
Expand Down

0 comments on commit f962f61

Please sign in to comment.