| @@ -55,7 +55,7 @@ List the platform(s) and toolsets which are applicable to the issue, and all of | |||
| - Operating System: [e.g. macOS, Linux, Windows] | |||
| - Compiler: [e.g. MSVC, GCC, Clang] | |||
| - `dds` Version: [e.g. `0.1.0-alpha.2`] | |||
| - `dds` Version: [e.g. `0.1.0-alpha.5`] | |||
| **Additional context** | |||
| @@ -11,7 +11,7 @@ author = 'vector-of-bool' | |||
| # The short X.Y version | |||
| version = '' | |||
| # The full version, including alpha/beta/rc tags | |||
| release = '0.1.0-alpha.4' | |||
| release = '0.1.0-alpha.5' | |||
| # -- General configuration --------------------------------------------------- | |||
| extensions = [] | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "$schema": "./res/package-schema.json", | |||
| "name": "dds", | |||
| "version": "0.1.0-alpha.4", | |||
| "version": "0.1.0-alpha.5", | |||
| "namespace": "dds", | |||
| "depends": [ | |||
| "spdlog@1.7.0", | |||