Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ollpu committed Oct 8, 2020
1 parent 9e139ac commit 0769b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.5)
project (Audionodes LANGUAGES C CXX VERSION 0.3.0)
project (Audionodes LANGUAGES C CXX VERSION 0.3.3)
set (CMAKE_CXX_STANDARD 14)

if (NOT CMAKE_BUILD_TYPE)
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Audionodes",
"description": "Create complex soundscapes in real time using nodes.",
"author": "Roope Salmi, Théo Friberg",
"version": (0,3,2),
"version": (0,3,3),
"blender": (2,80,0),
"location": "Node Editor > Sound Icon > Add new",
"warning": "Very much alpha, may blow up in your face.",
Expand Down

0 comments on commit 0769b22

Please sign in to comment.