From 962725ff7483352d5e8d2fd5eb18557a889208d9 Mon Sep 17 00:00:00 2001 From: Minttu Hurme Date: Wed, 9 Oct 2024 14:50:27 +0300 Subject: [PATCH] 1.1.16-alpha.1 --- 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 56efeba..3a2a47b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@natlibfi/fixugen-http-server", - "version": "1.1.15", + "version": "1.1.16-alpha.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@natlibfi/fixugen-http-server", - "version": "1.1.15", + "version": "1.1.16-alpha.1", "license": "MIT", "dependencies": { "@natlibfi/fixugen": "^2.0.10", diff --git a/package.json b/package.json index 4067ed4..bc133ab 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "url": "git@github.com:natlibfi/fixugen-http-server-js.git" }, "license": "MIT", - "version": "1.1.15", + "version": "1.1.16-alpha.1", "main": "dist/index.js", "engines": { "node": ">=18"