Skip to content

Commit

Permalink
release(0.0.4): new version release
Browse files Browse the repository at this point in the history
  • Loading branch information
beryll1um committed Feb 28, 2021
1 parent 8c019f2 commit 8f3f028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12)

project(UnifiedEngine VERSION 0.0.3)
project(UnifiedEngine VERSION 0.0.4)

set(CMAKE_CXX_STANDARD 17)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# UnifiedEngine
[![Build Status](https://travis-ci.org/UnifiedEngine/UnifiedEngine.svg?branch=stabilization)](https://travis-ci.org/UnifiedEngine/UnifiedEngine.svg?branch=stabilization)
# UnifiedEngine v0.0.4
[![Build Status](https://travis-ci.org/UnifiedEngine/UnifiedEngine.svg?branch=stable)](https://travis-ci.org/UnifiedEngine/UnifiedEngine.svg?branch=stable)

Simple open source game development kit.

Expand Down

0 comments on commit 8f3f028

Please sign in to comment.