Skip to content

Commit

Permalink
chore: update version to 1.1.1 in manifest and README
Browse files Browse the repository at this point in the history
- Bumped the version number from 1.1.0 to 1.1.1 in manifest.json and README.md to reflect the latest release.
- Updated README to indicate the new version and its features, ensuring users are informed of the latest updates.
  • Loading branch information
mamertofabian committed Dec 20, 2024
1 parent 5ca9647 commit 5eaa7b9
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 @@ -27,7 +27,7 @@ A Chrome extension that automatically captures ZIP file downloads from bolt.new,
<img src="https://img.shields.io/badge/Install%20from-Chrome%20Web%20Store-blue?style=for-the-badge&logo=google-chrome&logoColor=white" alt="Install from Chrome Web Store" height="40">
</a>

### Latest stable version (v1.1.0) includes the following features:
### Latest stable version (v1.1.1) includes the following features:

- 🚀 Automatic ZIP file interception from bolt.new
- 📦 In-browser ZIP file extraction
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.1.0",
"version": "1.1.1",
"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 5eaa7b9

Please sign in to comment.