Skip to content

Commit f976004

Browse files
committed
Update version to 1.1.1
1 parent 13faa79 commit f976004

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.private/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "CPP Time Utils",
33
"CMakeName": "CPPTimeUtils",
44

5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"versionState": "build"
77
}

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "Cpp Time Utils"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1.1.0
51+
PROJECT_NUMBER = 1.1.1
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Time Utils
2-
# Version 1.1.0 build
2+
# Version 1.1.1 build
33

44
---
55

inc/macros.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Versioning
44
#define STT_VERSION_MAJOR 1
55
#define STT_VERSION_MINOR 1
6-
#define STT_VERSION_PATCH 0
6+
#define STT_VERSION_PATCH 1
77

88
// Version states:
99
// dev - develoment (Before Beta version)

0 commit comments

Comments
 (0)