Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed Nov 2, 2017
1 parent 2f18cff commit 4c3c936
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
Expand Up @@ -5,7 +5,7 @@ cmake_policy (VERSION 2.8)
project (granite C)

set (PKG_NAME ${CMAKE_PROJECT_NAME})
set (PKG_VERSION 0.4.1)
set (PKG_VERSION 0.5)
set (API_VERSION 1.0)

# Used to create GObject introspection files
Expand Down
2 changes: 1 addition & 1 deletion demo/GraniteDemo.vala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class Granite.Demo : Granite.Application {

program_name = "Granite Demo";

build_version = "0.4.1";
build_version = "0.5";
app_icon = "applications-interfacedesign";
}

Expand Down

0 comments on commit 4c3c936

Please sign in to comment.