Skip to content

Commit 5691383

Browse files
authored
Fix version numbers again
1 parent 53a32c3 commit 5691383

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Once you have the repository locally on your computer, there are a couple of pla
2121
```json
2222
{
2323
"name": "Moonstone",
24-
"version": "0.0.0",
24+
"version": "1.0.0",
2525
"minAppVersion": "1.13.0",
2626
"author": "Your Name",
2727
"fundingUrl": "https://ko-fi.com/yourname",
@@ -70,8 +70,8 @@ For the initial release of your theme, you shouldn't need to make any changes to
7070

7171
```json
7272
{
73-
"1.0.0": "1.13.0",
74-
"1.0.1": "1.13.0"
73+
"1.0.1": "1.13.0",
74+
"1.0.0": "1.13.0"
7575
}
7676
```
7777

0 commit comments

Comments
 (0)