From b71a31e0613744908a7e57f1962190d4d573ccbc Mon Sep 17 00:00:00 2001 From: Dmytro Yaroshenko <73843436+o-murphy@users.noreply.github.com> Date: Mon, 25 Dec 2023 13:15:59 +0200 Subject: [PATCH] 1.1.1 --- package-lock.json | 4 ++-- package.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbb90b8..a4909ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "js-ballistics", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "js-ballistics", - "version": "1.1.0", + "version": "1.1.1", "license": "ISC", "devDependencies": { "@babel/core": "^7.23.6", diff --git a/package.json b/package.json index 6dcf780..6dff8d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "js-ballistics", - "version": "1.1.0", + "version": "1.1.1", "description": "ISC library for small arms ballistic calculations (JavaScript ES6+)", "main": "dist/index.js", "scripts": { @@ -10,7 +10,8 @@ "prepublishOnly": "npm run build" }, "files": [ - "dist/**/*.js", "dist/**/*.d.ts" + "dist/**/*.js", + "dist/**/*.d.ts" ], "repository": { "type": "git",