diff --git a/README.md b/README.md index f297d060..167f5288 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ ENiGMA has been tested with many terminals. However, the following are suggested ## Installation On *nix type systems: ``` -curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/master/misc/install.sh | bash +curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/0.0.10-alpha/misc/install.sh | bash ``` Please see [Installation Methods](https://nuskooler.github.io/enigma-bbs/installation/installation-methods.html) for Windows, Docker, and so on... diff --git a/UPGRADE.md b/UPGRADE.md index 038c5c0a..215089ad 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -40,6 +40,9 @@ npm install Report your issue on Xibalba BBS, hop in #enigma-bbs on Freenet and chat, or [file a issue on GitHub](https://github.com/NuSkooler/enigma-bbs/issues). +# 0.0.9-alpha to 0.0.10-alpha + + # 0.0.8-alpha to 0.0.9-alpha * Development is now against Node.js 10.x LTS. Follow your standard upgrade path to update to Node 10.x before using 0.0.9-alpha! * The property `justify` found on various views previously had `left` and `right` values swapped (oops!); you will need to adjust any custom `theme.hjson` that use one or the other and swap them as well. diff --git a/WHATSNEW.md b/WHATSNEW.md index 39dfca49..31fe24c5 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,6 +1,8 @@ # Whats New This document attempts to track **major** changes and additions in ENiGMA½. For details, see GitHub. +## 0.0.10-alpha + ## 0.0.9-alpha * Development is now against Node.js 10.x LTS. While other Node.js series may continue to work, you're own your own and YMMV! * Fixed `justify` properties: `left` and `right` values were formerly swapped (oops!) diff --git a/docs/art/mci.md b/docs/art/mci.md index 3e5e18c5..629ed8ab 100644 --- a/docs/art/mci.md +++ b/docs/art/mci.md @@ -16,8 +16,8 @@ for a full listing. Many codes attempt to pay homage to Oblivion/2, iNiQUiTY, et | Code | Description | |------|--------------| | `BN` | Board Name | -| `VL` | Version *label*, e.g. "ENiGMA½ v0.0.9-alpha" | -| `VN` | Version *number*, eg.. "0.0.9-alpha" | +| `VL` | Version *label*, e.g. "ENiGMA½ v0.0.10-alpha" | +| `VN` | Version *number*, eg.. "0.0.10-alpha" | | `SN` | SysOp username | | `SR` | SysOp real name | | `SL` | SysOp location | diff --git a/docs/installation/install-script.md b/docs/installation/install-script.md index 584492a2..c24dede9 100644 --- a/docs/installation/install-script.md +++ b/docs/installation/install-script.md @@ -6,10 +6,10 @@ title: Install Script Under most Linux/UNIX like environments (Linux, BSD, OS X, ...) new users can simply execute the `install.sh` script to get everything up and running. Cut + paste the following into your terminal: ``` -curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/master/misc/install.sh | bash +curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/0.0.10-alpha/misc/install.sh | bash ``` -You may review the [installation script](https://raw.githubusercontent.com/NuSkooler/enigma-bbs/master/misc/install.sh) +You may review the [installation script](https://raw.githubusercontent.com/NuSkooler/enigma-bbs/0.0.10-alpha/misc/install.sh) on GitHub before running it. The script will install nvm, Node.js 6 and grab the latest ENiGMA BBS from GitHub. It will also guide you through creating a basic configuration file, and recommend some packages to install. diff --git a/package.json b/package.json index 15add31e..73aee3cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enigma-bbs", - "version": "0.0.9-alpha", + "version": "0.0.10-alpha", "description": "ENiGMA½ Bulletin Board System", "author": "Bryan Ashby ", "license": "BSD-2-Clause",