From 76e2837fb07180cf43f52ad6ecd4f1753c0330a4 Mon Sep 17 00:00:00 2001 From: Patrick Hochstenbach Date: Wed, 30 Aug 2023 13:46:50 +0200 Subject: [PATCH] version up --- Changes | 3 +++ src/orch.ts | 2 +- src/pol.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 75c7eee..4f1d82b 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +2023-08-30 0.4.5 + - Fixing ordering bug + 2023-08-30 0.4.4 - Adding missing experimental support for ordering diff --git a/src/orch.ts b/src/orch.ts index 34a3db1..a691158 100755 --- a/src/orch.ts +++ b/src/orch.ts @@ -23,7 +23,7 @@ const POL_MAIN_SUBJECT = 'https://www.example.org/ns/policy#mainSubject'; const POL_ORIGIN = 'https://www.example.org/ns/policy#origin'; let orchConf = './config.jsonld'; -program.version('0.4.4') +program.version('0.4.5') .argument('') .option('-c,--config ','config file') .option('-i,--in ','input directory') diff --git a/src/pol.ts b/src/pol.ts index ad4f1f8..b3122e6 100755 --- a/src/pol.ts +++ b/src/pol.ts @@ -16,7 +16,7 @@ import { ComponentsManager } from 'componentsjs'; let pluginConf = './config.jsonld'; -program.version('0.4.4') +program.version('0.4.5') .option('-c,--config ', 'configuration file') .option('-i,--in ','input directory') .option('-e,--err ','error directory')