From 7c8aa4ec59105387a491c5b455fc3f1e5d1490b9 Mon Sep 17 00:00:00 2001 From: Akseli Palen Date: Thu, 27 Apr 2023 12:56:05 +0300 Subject: [PATCH] bump v2.15.0 --- docs/API.md | 2 +- lib/version.js | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/API.md b/docs/API.md index 3b0285a..e274427 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1,5 +1,5 @@ -# Affineplane API Documentation v2.14.1 +# Affineplane API Documentation v2.15.0 Welcome to affineplane API reference documentation. These docs are generated with [yamdog](https://axelpale.github.io/yamdog/). diff --git a/lib/version.js b/lib/version.js index f6ef786..9ac6ec2 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -module.exports = '2.14.1' +module.exports = '2.15.0' diff --git a/package.json b/package.json index 035be16..f38a00f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "affineplane", - "version": "2.14.1", - "description": "Affine plane geometry library", + "version": "2.15.0", + "description": "Affine geometry library for 2D and 3D spaces", "keywords": [ "affine", "transformation",