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

Commit

Permalink
Updated text for platform information. Removed (beta). Updated packag…
Browse files Browse the repository at this point in the history
…e version
  • Loading branch information
jthoms1 committed May 23, 2016
1 parent 23cfe6e commit d4b083c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ Start.promptLogin = function() {
// Check if we already asked
var didPrompt = ionicConfig.get('accountPrompt');
if(didPrompt == 'y') {
logging.logger.info('\n' + 'New!'.green.bold + ' Add push notifications, live app updates, and more with Ionic Platform (beta)!'.bold);
logging.logger.info('\n' + 'New!'.green.bold + ' Add push notifications, live app updates, and more with Ionic Platform!'.bold);
logging.logger.info(' ' + IONIC_DASH + '/signup\n');
return;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-app-lib",
"version": "0.7.1",
"version": "0.7.2",
"description": "A library for creating and developing Ionic Framework mobile apps.",
"homepage": "http://ionicframework.com/",
"main": "index.js",
Expand Down

0 comments on commit d4b083c

Please sign in to comment.