From c314064a7f42eaf921e40be43b9406c280be1757 Mon Sep 17 00:00:00 2001 From: Stanislaw Pusep Date: Tue, 29 Oct 2013 15:16:44 +0100 Subject: [PATCH] Version bump --- META.json | 4 ++-- META.yml | 4 ++-- README | 2 +- README.md | 2 +- lib/App/rainbarf.pm | 4 ++-- rainbarf | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/META.json b/META.json index b509ed8..370a81f 100644 --- a/META.json +++ b/META.json @@ -39,7 +39,7 @@ "provides" : { "App::rainbarf" : { "file" : "lib/App/rainbarf.pm", - "version" : "1.0" + "version" : "1.1" } }, "release_status" : "stable", @@ -52,7 +52,7 @@ "url" : "git://github.com/creaktive/rainbarf.git" } }, - "version" : "1.0", + "version" : "1.1", "x_contributors" : [ "Chris Knadler ", "Clemens Hammacher ", diff --git a/META.yml b/META.yml index d25c996..32d539c 100644 --- a/META.yml +++ b/META.yml @@ -17,7 +17,7 @@ name: App-rainbarf provides: App::rainbarf: file: lib/App/rainbarf.pm - version: 1.0 + version: 1.1 requires: Getopt::Long: 2.32 List::Util: 1.07_00 @@ -29,7 +29,7 @@ resources: bugtracker: https://github.com/creaktive/rainbarf/issues homepage: https://github.com/creaktive/rainbarf repository: git://github.com/creaktive/rainbarf.git -version: 1.0 +version: 1.1 x_contributors: - 'Chris Knadler ' - 'Clemens Hammacher ' diff --git a/README b/README index 550a72c..af77fd3 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME rainbarf - CPU/RAM/battery stats chart bar for tmux (and GNU screen) VERSION - version 1.0 + version 1.1 SYNOPSIS rainbarf --tmux --width 40 --no-battery diff --git a/README.md b/README.md index f8dba39..8c4ffc5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ rainbarf - CPU/RAM/battery stats chart bar for tmux (and GNU screen) # VERSION -version 1.0 +version 1.1 # SYNOPSIS diff --git a/lib/App/rainbarf.pm b/lib/App/rainbarf.pm index 3aa83a0..183b320 100644 --- a/lib/App/rainbarf.pm +++ b/lib/App/rainbarf.pm @@ -3,7 +3,7 @@ package App::rainbarf; use strict; use warnings; -our $VERSION = q(1.0); +our $VERSION = q(1.1); 1; @@ -16,7 +16,7 @@ rainbarf - CPU/RAM/battery stats chart bar for tmux (and GNU screen) =head1 VERSION -version 1.0 +version 1.1 =head1 DESCRIPTION diff --git a/rainbarf b/rainbarf index 27a8acc..4d8a72a 100755 --- a/rainbarf +++ b/rainbarf @@ -8,7 +8,7 @@ use List::Util qw(max sum); use Storable qw(lock_retrieve lock_store); ## no critic (ProhibitBacktickOperators ProhibitComplexRegexes ProhibitInteractiveTest) -our $VERSION = q(1.0); +our $VERSION = q(1.1); my %rgb = ( black => [qw[0 0 0]], @@ -467,7 +467,7 @@ rainbarf - CPU/RAM/battery stats chart bar for tmux (and GNU screen) =head1 VERSION -version 1.0 +version 1.1 =head1 SYNOPSIS