Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
voldien committed Jul 9, 2020
1 parent 3ec1e27 commit f786748
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PROJECT(BuilderConfig)
# Only UNIX systems.
SET(VERSION_MAJOR 0)
SET(VERSION_MINOR 1)
SET(VERSION_REVISION 0)
SET(VERSION_STATE a)
SET(VERSION_REVISION 1)
SET(VERSION_STATE b)
SET(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_STATE}${VERSION_REVISION} )
IF( UNIX )
Find_PACKAGE(UnixCommands REQUIRED)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "com.linuxsenpai.builderconfig",
"displayName": "MultiTarget Builder",
"version": "0.1.0",
"version": "0.1.1",
"unity": "2019.3",
"description": "A tool for creating multiple build targets with different configurations.",
"description": "A tool for creating multiple build targets with the option of different configurations such as platform and among other settings.",
"keywords": [
"Build Configuration",
"Automation",
Expand All @@ -16,4 +16,4 @@
"testables": [
"com.linuxsenpai.builder.editor.test"
]
}
}

0 comments on commit f786748

Please sign in to comment.