From f3c3992e1c068ab9616776ce1b3d6468abb1a83b Mon Sep 17 00:00:00 2001 From: Martin Sourada Date: Jul 31 2013 21:16:53 +0000 Subject: [echo-artist] Bump version and icon-artist requires. --- diff --git a/sources/echo-artist/REQUIRE b/sources/echo-artist/REQUIRE index 410201a..574c996 100644 --- a/sources/echo-artist/REQUIRE +++ b/sources/echo-artist/REQUIRE @@ -1,4 +1,4 @@ -icon-artist >= 0.1.95 +icon-artist >= 0.1.97 ruby-gtk2 # for nautilus extension diff --git a/sources/echo-artist/echo-artist.rb.in b/sources/echo-artist/echo-artist.rb.in index 3b0d5db..5996574 100644 --- a/sources/echo-artist/echo-artist.rb.in +++ b/sources/echo-artist/echo-artist.rb.in @@ -20,7 +20,7 @@ $:.unshift(File.dirname(__FILE__)) unless || $:.include?(File.expand_path(File.dirname(__FILE__))) module EchoArtist - VERSION = '0.1.95' + VERSION = '0.1.97' COMPONENTS = ['base', 'extras', 'perspective-base', 'perspective-extras'] APP_DIR = '/usr/share/echo-artist' UI_DIR = '/usr/share/echo-artist/ui'