From 3dc9afea50024b173c4ed3f17ad1c33e96eeb95a Mon Sep 17 00:00:00 2001 From: Heiko Joerg Schick Date: Sat, 15 Mar 2025 00:19:11 +0100 Subject: [PATCH] Make version numbers consistent across all files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated manifest.xml from 1.0.0.0 to 1.1.0.0 - Updated README.md version history with v1.1.0 entry - Synchronized package-lock.json version with package.json All application files now consistently refer to version 1.1.0 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 1 + manifest.xml | 2 +- package-lock.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c517a3c..756fd6a5 100644 --- a/README.md +++ b/README.md @@ -159,5 +159,6 @@ This project is licensed under the MIT License - see the LICENSE file for detail ## Version History +- v1.1.0 - Performance improvements, code quality, and UI enhancements - v1.0.0 - First stable release - v0.1.0 - Initial release with core functionality \ No newline at end of file diff --git a/manifest.xml b/manifest.xml index 70cc6dcf..a0f69b3f 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,7 +1,7 @@ be5c6f61-4bbf-4bd2-a8da-5031abf096a5 - 1.0.0.0 + 1.1.0.0 Contoso en-US diff --git a/package-lock.json b/package-lock.json index 805e130c..42d48331 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "edison-powerpoint-addin", - "version": "0.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "edison-powerpoint-addin", - "version": "0.0.1", + "version": "1.1.0", "license": "MIT", "dependencies": { "@fluentui/react-components": "^9.55.1",