From 4e6eaeb7c0cd2e9c35e299d564f2714cb82d6436 Mon Sep 17 00:00:00 2001 From: Alessio Michelini Date: Fri, 27 May 2022 14:33:13 +0100 Subject: [PATCH] 0.3.8 --- README.md | 16 ++++++++-------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 78c4188..d33a070 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ npm install -g px-converter $ px-converter COMMAND running command... $ px-converter (-v|--version|version) -px-converter/0.3.7 darwin-arm64 node-v16.15.0 +px-converter/0.3.8 darwin-arm64 node-v16.15.0 $ px-converter --help [COMMAND] USAGE $ px-converter COMMAND @@ -57,7 +57,7 @@ EXAMPLE 16px ``` -_See code: [src/commands/from/pt.ts](https://github.com/darkmavis1980/px-converter/blob/v0.3.7/src/commands/from/pt.ts)_ +_See code: [src/commands/from/pt.ts](https://github.com/darkmavis1980/px-converter/blob/v0.3.8/src/commands/from/pt.ts)_ ## `px-converter from:rem [REM]` @@ -79,7 +79,7 @@ EXAMPLE 32px ``` -_See code: [src/commands/from/rem.ts](https://github.com/darkmavis1980/px-converter/blob/v0.3.7/src/commands/from/rem.ts)_ +_See code: [src/commands/from/rem.ts](https://github.com/darkmavis1980/px-converter/blob/v0.3.8/src/commands/from/rem.ts)_ ## `px-converter help [COMMAND]` @@ -116,7 +116,7 @@ EXAMPLE An object with mass of 0.249Kg from an height of 50 meters, will generate 122.0928 Joules ``` -_See code: [src/commands/joules.ts](https://github.com/darkmavis1980/px-converter/blob/v0.3.7/src/commands/joules.ts)_ +_See code: [src/commands/joules.ts](https://github.com/darkmavis1980/px-converter/blob/v0.3.8/src/commands/joules.ts)_ ## `px-converter table:pt` @@ -139,7 +139,7 @@ EXAMPLE ... ``` -_See code: [src/commands/table/pt.ts](https://github.com/darkmavis1980/px-converter/blob/v0.3.7/src/commands/table/pt.ts)_ +_See code: [src/commands/table/pt.ts](https://github.com/darkmavis1980/px-converter/blob/v0.3.8/src/commands/table/pt.ts)_ ## `px-converter table:rem [BASEPIXEL]` @@ -166,7 +166,7 @@ EXAMPLE ... ``` -_See code: [src/commands/table/rem.ts](https://github.com/darkmavis1980/px-converter/blob/v0.3.7/src/commands/table/rem.ts)_ +_See code: [src/commands/table/rem.ts](https://github.com/darkmavis1980/px-converter/blob/v0.3.8/src/commands/table/rem.ts)_ ## `px-converter to:pt [PIXEL]` @@ -187,7 +187,7 @@ EXAMPLE 12pt ``` -_See code: [src/commands/to/pt.ts](https://github.com/darkmavis1980/px-converter/blob/v0.3.7/src/commands/to/pt.ts)_ +_See code: [src/commands/to/pt.ts](https://github.com/darkmavis1980/px-converter/blob/v0.3.8/src/commands/to/pt.ts)_ ## `px-converter to:rem [PIXEL]` @@ -209,5 +209,5 @@ EXAMPLE 1rem ``` -_See code: [src/commands/to/rem.ts](https://github.com/darkmavis1980/px-converter/blob/v0.3.7/src/commands/to/rem.ts)_ +_See code: [src/commands/to/rem.ts](https://github.com/darkmavis1980/px-converter/blob/v0.3.8/src/commands/to/rem.ts)_ diff --git a/package-lock.json b/package-lock.json index aa5baa1..db44885 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "px-converter", - "version": "0.3.7", + "version": "0.3.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "px-converter", - "version": "0.3.7", + "version": "0.3.8", "license": "MIT", "dependencies": { "@oclif/command": "^1.8.16", diff --git a/package.json b/package.json index 6ac57ad..483e64d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "px-converter", - "version": "0.3.7", + "version": "0.3.8", "author": "Alessio Michelini", "bin": { "px-converter": "./bin/run"