Browse Source

Bump version

default_compile_flags
vector-of-bool 3 years ago
parent
commit
0101bf3312
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



- Operating System: [e.g. macOS, Linux, Windows] - Operating System: [e.g. macOS, Linux, Windows]
- Compiler: [e.g. MSVC, GCC, Clang] - Compiler: [e.g. MSVC, GCC, Clang]
- `dds` Version: [e.g. `0.1.0-alpha.5`]
- `dds` Version: [e.g. `0.1.0-alpha.6`]


**Additional context** **Additional context**



+ 1
- 1
docs/conf.py View File

# The short X.Y version # The short X.Y version
version = '' version = ''
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.1.0-alpha.5'
release = '0.1.0-alpha.6'


# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx'] extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']

+ 1
- 1
package.jsonc View File

{ {
"$schema": "./res/package-schema.json", "$schema": "./res/package-schema.json",
"name": "dds", "name": "dds",
"version": "0.1.0-alpha.5",
"version": "0.1.0-alpha.6",
"namespace": "dds", "namespace": "dds",
"depends": [ "depends": [
"spdlog@1.7.0", "spdlog@1.7.0",

Loading…
Cancel
Save