Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daaru00 committed Oct 4, 2022
1 parent e8868c2 commit 800be31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "obsidian-aws-s3-sync",
"id": "aws-s3-sync",
"name": "AWS S3 Sync",
"version": "0.8.1",
"version": "1.0.0",
"minAppVersion": "0.11.13",
"description": "This plugin will synchronize the vault with an AWS s3 bucket",
"description": "This plugin synchronize the vault with an AWS S3 bucket",
"author": "Fabio Gollinucci",
"authorUrl": "https://github.com/daaru00",
"isDesktopOnly": true
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": "obsidian-aws-s3-sync",
"version": "0.8.1",
"version": "1.0.0",
"description": "Obsidian Plugin for AWS S3 synchronization",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"0.6.0": "0.11.9",
"0.7.0": "0.11.13",
"0.8.0": "0.11.13",
"0.8.1": "0.11.13"
"0.8.1": "0.11.13",
"1.0.0": "0.15.9"
}

0 comments on commit 800be31

Please sign in to comment.