Skip to content

Commit

Permalink
Bump version to 0.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
koppi committed Jun 18, 2022
1 parent 627f1ff commit 3aee704
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PROJECT_NAME = "Bullet Physics Playground"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = "0.1.4"
PROJECT_NUMBER = "0.1.5"

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion demo/basic/04-dice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ v:add(p)

v:add(text.new({ str = "Bullet Physics Playground",
size = 1, height = .1, y = 8, z = -2}))
txt = text.new({ str = "version 0.1.4",
txt = text.new({ str = "version 0.1.5",
size = 1, height = .1, y = 6, z = -2})
v:add(txt)

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define APP_VERSION QString("v0.1.4")
#define APP_VERSION QString("v0.1.5")
#define APP_NAME QString("bpp")
#define APP_NAME_FULL tr("Bullet Physics Playground")
#define APP_ORGANIZATION QString("bullet-physics-playground.github.io")
Expand Down

0 comments on commit 3aee704

Please sign in to comment.