From 12b3f2e266716bcfbdbfdd34d4a4924fac4006ad Mon Sep 17 00:00:00 2001 From: Xander Vertegaal Date: Thu, 31 Oct 2024 12:41:13 +0100 Subject: [PATCH] Bump version numbers to 0.3.0 --- frontend/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 9bf43cc..d69e1ac 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "parseport", - "version": "0.0.0", + "version": "0.3.0", "scripts": { "start": "yarn serve", "build": "ng build", diff --git a/package.json b/package.json index 10771f1..955efd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parseport", - "version": "0.2.0", + "version": "0.3.0", "description": "Dutch sentence parser for Spindle + Æthel (and maybe others in the future).", "author": "UU Centre for Digital Humanities - Research Software Lab", "license": "BSD-3-Clause",