Skip to content

Commit

Permalink
build 0.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaptista committed Mar 23, 2019
1 parent a3da641 commit f0be262
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.26
0.0.27
Binary file not shown.
2 changes: 1 addition & 1 deletion html/demos/interface/index.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.26" id="version" target="_blank">0.0.26</a>
<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.27" id="version" target="_blank">0.0.27</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.26" id="version" target="_blank">0.0.26</a>
<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.27" id="version" target="_blank">0.0.27</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/utils/injections/interceptor_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ var load_interceptor_element = function(from, callback_function) {
*
* The non-minified version for the code below is available at:
*
* - https://github.com/gbaptista/luminous/blob/0.0.26/js/content/interceptor.js
* - https://github.com/gbaptista/luminous/blob/0.0.26/js/content/interceptors/
* - https://github.com/gbaptista/luminous/blob/0.0.27/js/content/interceptor.js
* - https://github.com/gbaptista/luminous/blob/0.0.27/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.26",
"version": "0.0.27",
"author": "Guilherme Baptista",
"developer": {
"name": "Guilherme Baptista",
Expand Down

0 comments on commit f0be262

Please sign in to comment.