Skip to content

Commit d444f63

Browse files
committed
Version bump to 1.3.0
1 parent 940635c commit d444f63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.22.2)
22

3-
project(libtmj VERSION 1.2.0 DESCRIPTION "A C library for loading Tiled maps and tilesets in JSON format")
3+
project(libtmj VERSION 1.3.0 DESCRIPTION "A C library for loading Tiled maps and tilesets in JSON format")
44

55
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
66

Doxyfile

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

50-
PROJECT_NUMBER = 1.2.0
50+
PROJECT_NUMBER = 1.3.0
5151

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

0 commit comments

Comments
 (0)