diff --git a/README.md b/README.md index 19560b2..2ce3fec 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,8 @@ See more in [./docs/Examples.md](./docs/Examples.md) and [./docs/Integration.md] - [-] Git hook, check components & references - [ ] move 2D formats to osr-media - [ ] implement osr-cli-common specs: info/introspect|supported +- [ ] root offset +- [ ] sw:info|bom -> i18n ### Lib - Todos diff --git a/main.js b/main.js index a6bbd61..cd6b62e 100644 --- a/main.js +++ b/main.js @@ -1,4 +1,4 @@ -#!/usr/bin/env node +#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const _cli_1 = require("./_cli"); diff --git a/package.json b/package.json index 26d96c7..02933e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plastichub/osr-cad", - "version": "0.4.9", + "version": "0.5.0", "description": "Common CAD tools for OSR(OpenSourceRecycling)", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",