From a3644f13c5c25f9e4db6b93ad93e6a6202366565 Mon Sep 17 00:00:00 2001 From: cliffhall Date: Tue, 25 Nov 2025 17:49:49 -0500 Subject: [PATCH] Remove build tag --- README.md | 2 +- VERSION | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f2cac1c..0658d00 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## [PureMVC](http://puremvc.github.com/) JavaScript MultiCore Framework [![Node.js CI](https://github.com/PureMVC/puremvc-js-multicore-framework/actions/workflows/node.js.yml/badge.svg)](https://github.com/PureMVC/puremvc-js-multicore-framework/actions/workflows/node.js.yml) +## [PureMVC](http://puremvc.github.com/) JavaScript MultiCore Framework PureMVC is a lightweight framework for creating applications based upon the classic [Model-View-Controller](http://en.wikipedia.org/wiki/Model-view-controller) design meta-pattern. It supports [modular programming](http://en.wikipedia.org/wiki/Modular_programming) through the use of [Multiton](http://en.wikipedia.org/wiki/Multiton) Core actors instead of the [Singletons](http://en.wikipedia.org/wiki/Singleton_pattern). diff --git a/VERSION b/VERSION index d0c35e6..8f46d05 100644 --- a/VERSION +++ b/VERSION @@ -4,7 +4,7 @@ Release Date: 11/25/25 Platform: JavaScript Version: 2 Revision: 0 - Minor: 10 + Minor: 11 Authors: Saad Shams : David Foley : Cliff Hall @@ -19,4 +19,4 @@ Release Date: 11/25/25 2.0.7 - Finally? NPM bundling 2.0.8 - CI/CD Pipeline 2.0.9 - CI/CD Integrating Automated Tokens -2.0.10 - +2.0.10 - 2.0.11 NPM Trusted publisher workflow diff --git a/package.json b/package.json index 37174b7..d72b0c4 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@puremvc/puremvc-js-multicore-framework", - "version": "2.0.10", + "version": "2.0.11", "description": "PureMVC MultiCore Framework for JavaScript", "type": "module", "main": "bin/cjs/index.cjs",