Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecaret committed Nov 30, 2017
1 parent 9a3e693 commit 181de3d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,12 +1,12 @@
{
"name": "carettab",
"version": "2.3.0",
"version": "2.3.1",
"description": "CaretTab: New Tab Clock and Date - A simplistic New Tab page extension with options for displaying time, date, search, favorite links, and more!",
"main": "src/app.js",
"scripts": {
"scss": "node-sass --output-style compressed -o dist/css src/scss --source-map true --source-map-embed true",
"lint": "eslint src/js",
"uglify": "mkdirp dist/js && uglifyjs src/js/app.js src/js/install_status.js src/js/links.js src/js/load.js src/js/set_default.js src/js/actions.js src/js/functions.js src/js/run.js -c -m --output dist/js/app.min.js --source-map url=inline",
"uglify": "mkdirp dist/js && uglifyjs src/js/app.js src/js/links.js src/js/install_status.js src/js/load.js src/js/set_default.js src/js/actions.js src/js/functions.js src/js/run.js -c -m --output dist/js/app.min.js --source-map url=inline",
"copy": "cp src/carettab.htm dist/ && cp -R src/assets/ dist/assets/ && cp -R src/js/vendor dist/js/vendor && cp -R src/_locales dist/_locales && cp src/js/update.js dist/js/update.js",
"copy:chrome": "npm run copy && cp src/manifest.json dist/manifest.json",
"copy:firefox": "npm run copy && cp src/ffmanifest.json dist/manifest.json",
Expand Down
4 changes: 2 additions & 2 deletions src/carettab.htm
Expand Up @@ -22,7 +22,7 @@ <h2 data-i18n="welcome">Welcome to CaretTab!</h2>
<button type="button" class="btn status-message-close">Close</button>
</div>
<div id="updated" class="carettab-status" style="display: none;">
<h2><span data-i18n="welcomeUpdated"></span> 2.3.0!</h2>
<h2><span data-i18n="welcomeUpdated"></span> 2.3.1!</h2>
<p>Infinite Links: Now you can create an unlimited number of links!</p>
<p>Fixed bug that prevented links being clicked on Firefox for Linux/Mac</p>
<button type="button" class="btn status-message-close">Close</button>
Expand Down Expand Up @@ -166,7 +166,7 @@ <h1>
<h2 data-i18n="latestUpdate">Latest Update</h2>
</div>
<div>
<p>Version 2.3.0 - November 29, 2017</p>
<p>Version 2.3.1 - November 29, 2017</p>
<ul class="changelog">
<li>Infinite Links: Now you can create an unlimited number of links!</li>
<li>Fixed bug that prevented links being clicked on Firefox for Linux/Mac</li>
Expand Down
2 changes: 1 addition & 1 deletion src/ffmanifest.json
Expand Up @@ -4,7 +4,7 @@
"name": "__MSG_appName__",
"short_name": "CaretTab",
"description": "__MSG_appDesc__",
"version": "2.3.0",
"version": "2.3.1",
"default_locale": "en",

"icons": { "16": "assets/img/icon16.png",
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Expand Up @@ -4,8 +4,8 @@
"name": "__MSG_appName__",
"short_name": "CaretTab",
"description": "__MSG_appDesc__",
"version": "2.3.0",
"version_name": "2.3.0",
"version": "2.3.1",
"version_name": "2.3.1",
"default_locale": "en",

"icons": { "16": "assets/img/icon16.png",
Expand Down

0 comments on commit 181de3d

Please sign in to comment.