Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
version bump to 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lap00zza committed Aug 24, 2017
1 parent 5238d9b commit a335d05
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "9anime-Companion",
"version": "1.0.0",
"version": "1.0.0-beta.1",
"description": "A simple companion extension for 9anime",
"author": "Jewel Mahanta",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion platform/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "9anime Companion",
"version": "1.0.0",
"version_name": "1.0.0alpha2",
"version_name": "1.0.0-beta.1",

"author": "Jewel Mahanta",
"homepage_url": "https://github.com/lap00zza/9anime-Companion",
Expand Down
2 changes: 1 addition & 1 deletion platform/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "9anime Companion",
"version": "1.0.0alpha2",
"version": "1.0.0beta1",

"author": "Jewel Mahanta",
"homepage_url": "https://github.com/lap00zza/9anime-Companion",
Expand Down
4 changes: 2 additions & 2 deletions src/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h2>Filters</h2>
<section class="header">
<div class="container">
<h1>9anime <span class="light">Companion</span></h1>
<h2>1.0.0</h2>
<h2>1.0.0-beta.1</h2>
</div>
</section>

Expand Down Expand Up @@ -412,7 +412,7 @@ <h2 class="title">Links</h2>
<!-- TAB: Changelog -->
<div role="tabpanel" class="tab-pane fade container" id="changelog" aria-labelledby="changelog-tab">
<section>
<h2 class="title">1.0.0</h2>
<h2 class="title">1.0.0-beta.1</h2>
<ul>
<li>Rewrote the entire extension from scratch.</li>
<li>Redesigned the popup.</li>
Expand Down
2 changes: 1 addition & 1 deletion src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2 class="heading">Pinned <span class="label">Load More</span></h2>
</svg>
</span>
<span style="flex: 1;"></span>
<span class="version">1.0.0</span>
<span class="version">1.0.0-beta.1</span>
</footer>

</body>
Expand Down

0 comments on commit a335d05

Please sign in to comment.