Skip to content

Commit

Permalink
Merge pull request #80 from gbaptista/gb-build-0.0.23
Browse files Browse the repository at this point in the history
Build 0.0.23 - Huge changes!
  • Loading branch information
gbaptista authored Mar 5, 2018
2 parents e588bc3 + fa2c90d commit a1977a2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.22
0.0.23
Binary file not shown.
2 changes: 1 addition & 1 deletion html/interface-sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div id="loading">loading...</div>
<div id="options-container"><form class="options-form">
<div class="col-2 col-2-header">
<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.22" id="version" target="_blank">0.0.22</a>
<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.23" id="version" target="_blank">0.0.23</a>
<a href="https://gbaptista.github.io/luminous/doc/en-US" id="help-link" class="top-link" target="_blank">help</a>
<a href="../settings/injection/enabled.html" id="settings-link" class="top-link" target="_blank">settings</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion html/popup/templates/options.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<form class="options-form">
<div class="col-2 col-2-header">
<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.22" id="version" target="_blank">0.0.22</a>
<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.23" id="version" target="_blank">0.0.23</a>
<a href=" " id="help-link" class="top-link" target="_blank"></a>
<a href="../settings/injection/enabled.html" id="settings-link" class="top-link" target="_blank"></a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions js/content/injections/interceptor_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ injections_controller(function() {
*
* The non-minified version for the code below is available at:
*
* - https://github.com/gbaptista/luminous/blob/0.0.22/js/content/interceptor.js
* - https://github.com/gbaptista/luminous/blob/0.0.22/js/content/interceptors/
* - https://github.com/gbaptista/luminous/blob/0.0.23/js/content/interceptor.js
* - https://github.com/gbaptista/luminous/blob/0.0.23/js/content/interceptors/
*
*/
var content = 'UGLIFYJS_RESULT';
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "__MSG_manifestName__",
"short_name": "Luminous",
"description": "__MSG_manifestDescription__",
"version": "0.0.22",
"version": "0.0.23",
"author": "Guilherme Baptista",
"developer": {
"name": "Guilherme Baptista",
Expand Down

0 comments on commit a1977a2

Please sign in to comment.