From 1cc55e7162c4b2bef662753b4aa89024ac631dc0 Mon Sep 17 00:00:00 2001 From: Talon Poole Date: Sat, 30 Jan 2021 16:49:03 +0000 Subject: [PATCH] 1.0.0-rc.1 --- README.md | 2 +- gmi-web.1 | 2 +- gmi-web.1.scd | 2 +- gmi.css.5 | 2 +- gmi.css.5.scd | 2 +- package.json | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a765aff..e6fd291 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Currently approaching a v1 release 🎉 Would you like to help test the RC? _You Install the binary via npm. ```sh -npm install --global @talon/gmi-web@v1.0.0-rc1 +npm install --global gmi-web-cli@1.0.0-rc.1 ``` Render .html for all the .gmi files in the current directory diff --git a/gmi-web.1 b/gmi-web.1 index 5e816a9..53462ce 100644 --- a/gmi-web.1 +++ b/gmi-web.1 @@ -5,7 +5,7 @@ .nh .ad l .\" Begin generated content: -.TH "gmi-web" "1" "2021-01-30" "1.0.0-rc1" +.TH "gmi-web" "1" "2021-01-30" "1.0.0-rc.1" .P .SH NAME .P diff --git a/gmi-web.1.scd b/gmi-web.1.scd index f63a8a6..db95b2c 100644 --- a/gmi-web.1.scd +++ b/gmi-web.1.scd @@ -1,4 +1,4 @@ -gmi-web(1) "1.0.0-rc1" +gmi-web(1) "1.0.0-rc.1" # NAME diff --git a/gmi.css.5 b/gmi.css.5 index f5cae50..899e291 100644 --- a/gmi.css.5 +++ b/gmi.css.5 @@ -5,7 +5,7 @@ .nh .ad l .\" Begin generated content: -.TH "gmi.css" "5" "2021-01-30" "1.0.0-rc1" +.TH "gmi.css" "5" "2021-01-30" "1.0.0-rc.1" .P .SH NAME .P diff --git a/gmi.css.5.scd b/gmi.css.5.scd index af762e4..d3e5ddb 100644 --- a/gmi.css.5.scd +++ b/gmi.css.5.scd @@ -1,4 +1,4 @@ -gmi.css(5) "1.0.0-rc1" +gmi.css(5) "1.0.0-rc.1" # NAME diff --git a/package.json b/package.json index b53df3f..7493304 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@talon/gmi-web", - "version": "1.0.0-rc1", + "name": "gmi-web-cli", + "version": "1.0.0-rc.1", "description": "A bridge between HTML and Gemini", "main": "cli.js", "bin": {