Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
sandraor committed May 25, 2022
1 parent bb06c7b commit 0b0669b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "Aqua Light",
"content_type": "SN|Theme",
"area": "themes",
"version": "1.0.2",
"version": "1.0.3",
"description": "Aqua Light theme for Standard Notes",
"url": "https://cdn.jsdelivr.net/gh/sandraor/sn-aqua-light-theme@v1.0.2/src/main.css",
"download_url": "https://github.com/sandraor/sn-aqua-light-theme/archive/refs/tags/v1.0.2.zip",
"url": "https://cdn.jsdelivr.net/gh/sandraor/sn-aqua-light-theme@v1.0.3/src/main.css",
"download_url": "https://github.com/sandraor/sn-aqua-light-theme/archive/refs/tags/v1.0.3.zip",
"marketing_url": "https://github.com/sandraor/sn-aqua-light-theme",
"latest_url": "https://cdn.jsdelivr.net/gh/sandraor/sn-aqua-light-theme@main/ext.json",
"thumbnail_url": "https://cdn.jsdelivr.net/gh/sandraor/sn-aqua-light-theme@main/screenshot.png",
"latest_url": "https://cdn.jsdelivr.net/gh/sandraor/sn-aqua-light-theme@v1.0.3/ext.json",
"thumbnail_url": "https://cdn.jsdelivr.net/gh/sandraor/sn-aqua-light-theme@v1.0.3/screenshot.png",
"dock_icon": {
"type": "circle",
"background_color": "#29969E",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-aqua-light-theme",
"version": "1.0.2",
"version": "1.0.3",
"main": "src/main.css",
"sn": {
"main": "src/main.css"
Expand Down

0 comments on commit 0b0669b

Please sign in to comment.