Skip to content

Commit

Permalink
Merge pull request #24 from gbaptista/gb-build-0.0.6
Browse files Browse the repository at this point in the history
Build 0.0.6
  • Loading branch information
gbaptista authored Feb 3, 2018
2 parents 6f71503 + 57451e0 commit 22f630c
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions builds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Update the version on `manifest.json`:
```json
"version": "0.0.5"
"version": "0.0.6"
```

Copy all folders and files to the `builds/current/` directory.
Expand Down Expand Up @@ -80,4 +80,4 @@ Test the current build at least in these 4 browsers:
- *Mozilla Firefox*
- *Opera*

Compress the `builds/current/` content to a *.zip* file with the version: `0-0-5.zip` and contact the repository owner to publish in all stores.
Compress the `builds/current/` content to a *.zip* file with the version: `0-0-6.zip` and contact the repository owner to publish in all stores.
Binary file removed builds/current/0-0-5.zip
Binary file not shown.
Binary file added builds/current/0-0-6.zip
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 @@ -5,7 +5,7 @@
</head>
<body>
<div>
<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.5" id="version" target="_blank">0.0.5</a><a href="https://gbaptista.github.io/luminous/doc/en-US" id="help-link" target="_blank">help</a>
<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.6" id="version" target="_blank">0.0.6</a><a href="https://gbaptista.github.io/luminous/doc/en-US" id="help-link" target="_blank">help</a>
<div id="options-container"><form>
<label>
<input type="checkbox" name="general" value="true" checked=""> all websites
Expand Down
2 changes: 1 addition & 1 deletion html/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</head>
<body>
<div>
<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.5" id="version" target="_blank">0.0.5</a>
<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.6" id="version" target="_blank">0.0.6</a>
<a href=" " id="help-link" class="top-link" target="_blank"></a>
<a href="../settings/advanced.html" id="settings-link" class="top-link" target="_blank"></a>
<div id="loading"></div>
Expand Down
2 changes: 1 addition & 1 deletion html/settings/templates/header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

<h1>{{title}} <img src="{{icon_path}}" class="title-icon" /></h1>

<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.5" id="version" target="_blank">0.0.5</a>
<a href="https://github.com/gbaptista/luminous/releases/tag/0.0.6" id="version" target="_blank">0.0.6</a>
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.5",
"version": "0.0.6",
"author": "Guilherme Baptista",
"developer": {
"name": "Guilherme Baptista",
Expand Down

0 comments on commit 22f630c

Please sign in to comment.