Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Aug 30, 2023
1 parent 7037b51 commit 76e2837
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/orch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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('<rules>')
.option('-c,--config <file>','config file')
.option('-i,--in <directory>','input directory')
Expand Down
2 changes: 1 addition & 1 deletion src/pol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <file>', 'configuration file')
.option('-i,--in <directory>','input directory')
.option('-e,--err <directory>','error directory')
Expand Down

0 comments on commit 76e2837

Please sign in to comment.