Skip to content

Commit e05b765

Browse files
committed
Bump version to v1.0.0
1 parent 1141a2f commit e05b765

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

chromium/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Stardown",
44
"description": "Copy a markdown link for the current page.",
5-
"version": "0.0.1",
5+
"version": "1.0.0",
66
"homepage_url": "https://github.com/wheelercj/Stardown",
77
"permissions": [
88
"activeTab",

chromium/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2 style="text-align: center">
3535
<img width="30" alt="Stardown's icon" src="images/icon.svg"> Stardown
3636
</h2>
3737
<p style="text-align: center; margin-top: -10px; margin-bottom: 0px">
38-
v0.0.1
38+
v1.0.0
3939
</p>
4040
<p>
4141
A browser extension that copies a markdown link for the current page.<br /><br />

firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Stardown",
44
"description": "Copy a markdown link for the current page.",
5-
"version": "0.0.1",
5+
"version": "1.0.0",
66
"homepage_url": "https://github.com/wheelercj/Stardown",
77
"browser_specific_settings": {
88
"gecko": {

firefox/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2 style="text-align: center">
3535
<img width="30" alt="Stardown's icon" src="images/icon.svg"> Stardown
3636
</h2>
3737
<p style="text-align: center; margin-top: -10px; margin-bottom: 0px">
38-
v0.0.1
38+
v1.0.0
3939
</p>
4040
<p>
4141
A browser extension that copies a markdown link for the current page.<br /><br />

0 commit comments

Comments
 (0)