Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed May 7, 2017
1 parent 756cef1 commit 9e74f96
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
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.0.1)
set (PKG_VERSION 0.4.1)
set (API_VERSION 1.0)

# Used to create GObject introspection files
Expand Down
4 changes: 2 additions & 2 deletions demo/GraniteDemo.vala
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ public class Granite.Demo : Granite.Application {
flags = ApplicationFlags.FLAGS_NONE;

program_name = "Granite Demo";
app_years = "2011-2016";
app_years = "2011-2017";

build_version = "0.4.0.1";
build_version = "0.4.1";
app_icon = "applications-interfacedesign";
main_url = "https://github.com/elementary/granite";
bug_url = "https://github.com/elementary/granite/issues";
Expand Down

0 comments on commit 9e74f96

Please sign in to comment.