From e1eec8b526f964fe10f27532329d479af26036f9 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Fri, 20 Dec 2024 13:33:51 -0500 Subject: [PATCH] 0.10.28 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f17305f..d047771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ropm", - "version": "0.10.27", + "version": "0.10.28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ropm", - "version": "0.10.27", + "version": "0.10.28", "license": "MIT", "dependencies": { "@xml-tools/ast": "^5.0.5", diff --git a/package.json b/package.json index d07a94c..490327d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ropm", - "version": "0.10.27", + "version": "0.10.28", "description": "", "scripts": { "preversion": "npm run build && npm run lint && npm run test",