Skip to content

Commit 849bd96

Browse files
committed
version 1.0.0 is here
1 parent 99388b5 commit 849bd96

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.10)
22

3-
project(LDtkLoader VERSION 0.10.0)
3+
project(LDtkLoader VERSION 1.0.0)
44

55
# get source files
66
file(GLOB_RECURSE Src src/*.cpp)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1> LDtk Loader • <img src=https://img.shields.io/badge/LDtk_version-0.10.0-default> <img src=https://github.com/Madour/LDtkLoader/workflows/CI/badge.svg></h1>
1+
<h1> LDtk Loader • <img src=https://img.shields.io/badge/LDtk_version-1.0.0-default> <img src=https://github.com/Madour/LDtkLoader/workflows/CI/badge.svg></h1>
22

33

44
### Load LDtk levels in your C++ game

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "LDtkLoader"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.7.2
41+
PROJECT_NUMBER = 1.0.0
4242
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4343
# for a project that appears at the top of each page and should give viewer a
4444
# quick idea about the purpose of the project. Keep the description short.

0 commit comments

Comments
 (0)