Skip to content

Commit 6bc49df

Browse files
committed
bump version to 3.1.0
1 parent 4b9f097 commit 6bc49df

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15.0)
33
set(_7BIT_DI_LIBRARY 7bitDI)
44

55
set(_7BIT_DI_VERSION_MAJOR 3)
6-
set(_7BIT_DI_VERSION_MINOR 0)
6+
set(_7BIT_DI_VERSION_MINOR 1)
77
set(_7BIT_DI_VERSION_PATCH 0)
88

99
set(_7BIT_DI_VERSION ${_7BIT_DI_VERSION_MAJOR}.${_7BIT_DI_VERSION_MINOR}.${_7BIT_DI_VERSION_PATCH})

Docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def createIfNotExists(path):
1212
project = "7bitDI"
1313
copyright = "2023, 7BitCoder Sylwester Dawida"
1414
author = "Sylwester Dawida"
15-
version = "3.0.0"
15+
version = "3.1.0"
1616

1717
extensions = [
1818
"sphinx.ext.autodoc",

Docs/getting-started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Installation
3636
FetchContent_Declare(
3737
7bitDI
3838
GIT_REPOSITORY https://github.com/7bitcoder/7bitDI.git
39-
GIT_TAG v3.0.0
39+
GIT_TAG v3.1.0
4040
)
4141
FetchContent_MakeAvailable(7bitDI)
4242
@@ -48,7 +48,7 @@ Installation
4848
.. code-block:: Txt
4949
5050
[requires]
51-
7bitdi/3.0.0
51+
7bitdi/3.1.0
5252
5353
change the version to newer if available, then run the command:
5454

Include/SevenBit/DI/CmakeDef.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
#endif
1414

1515
#define _7BIT_DI_VERSION_MAJOR 3
16-
/* #undef _7BIT_DI_VERSION_MINOR */
16+
#define _7BIT_DI_VERSION_MINOR 1
1717
/* #undef _7BIT_DI_VERSION_PATCH */

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ include(FetchContent)
6565
FetchContent_Declare(
6666
7bitDI
6767
GIT_REPOSITORY https://github.com/7bitcoder/7bitDI.git
68-
GIT_TAG v3.0.0
68+
GIT_TAG v3.1.0
6969
)
7070
FetchContent_MakeAvailable(7bitDI)
7171
@@ -78,7 +78,7 @@ Download and install A [Conan](https://conan.io/), and create conanfile.txt in t
7878

7979
```
8080
[requires]
81-
7bitdi/3.0.0
81+
7bitdi/3.1.0
8282
```
8383

8484
change the version to newer if available, then run the command:

0 commit comments

Comments
 (0)