Skip to content

Commit

Permalink
chore: update version to 1.1.0 in manifest and README
Browse files Browse the repository at this point in the history
- Bumped the version number from 1.0.3 to 1.1.0 in manifest.json and README.md to reflect the latest development changes.
- Updated README to indicate the new version and its features, ensuring users are informed of the latest updates.
  • Loading branch information
mamertofabian committed Dec 2, 2024
1 parent 75bc374 commit 46d197e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ A Chrome extension that automatically captures ZIP file downloads from bolt.new,
2. Double-check the repository name and branch when switching between projects

### Latest Version (GitHub)
Current development version (v1.0.3) includes the following features:
Current development version (v1.1.0) includes the following features:
- 📋 Projects tab with quick access to all your Bolt projects:
- View all pushed projects in one place
- Open projects directly in Bolt
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Bolt to GitHub",
"version": "1.0.3",
"version": "1.1.0",
"description": "Automatically process your Bolt project zip files and upload them to your GitHub repository.",
"icons": {
"16": "assets/icons/icon16.png",
Expand Down

0 comments on commit 46d197e

Please sign in to comment.