Browse Source

Bump version

default_compile_flags
vector-of-bool 4 years ago
parent
commit
ab16e71d3a
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .github/ISSUE_TEMPLATE/bug_report.md
  2. +1
    -1
      docs/conf.py
  3. +1
    -1
      package.jsonc

+ 1
- 1
.github/ISSUE_TEMPLATE/bug_report.md View File

@@ -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**


+ 1
- 1
docs/conf.py View File

@@ -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
- 1
package.jsonc View File

@@ -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",

Loading…
Cancel
Save