Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
creaktive committed Oct 29, 2013
1 parent bfdf245 commit c314064
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"provides" : {
"App::rainbarf" : {
"file" : "lib/App/rainbarf.pm",
"version" : "1.0"
"version" : "1.1"
}
},
"release_status" : "stable",
Expand All @@ -52,7 +52,7 @@
"url" : "git://github.com/creaktive/rainbarf.git"
}
},
"version" : "1.0",
"version" : "1.1",
"x_contributors" : [
"Chris Knadler <[email protected]>",
"Clemens Hammacher <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <[email protected]>'
- 'Clemens Hammacher <[email protected]>'
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rainbarf - CPU/RAM/battery stats chart bar for tmux (and GNU screen)

# VERSION

version 1.0
version 1.1

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/App/rainbarf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package App::rainbarf;
use strict;
use warnings;

our $VERSION = q(1.0);
our $VERSION = q(1.1);

1;

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rainbarf
Original file line number Diff line number Diff line change
Expand Up @@ -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]],
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c314064

Please sign in to comment.