Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Mar 7, 2012
1 parent 80f83ee commit 95f5dbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/metriks.rb
@@ -1,6 +1,6 @@

module Metriks
VERSION = '0.9.0'
VERSION = '0.9.1'

def self.get(name)
Metriks::Registry.default.get(name)
Expand All @@ -24,4 +24,4 @@ def self.meter(name)
end

require 'metriks/registry'
require 'metriks/reporter/proc_title'
require 'metriks/reporter/proc_title'
4 changes: 2 additions & 2 deletions metriks.gemspec
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'metriks'
s.version = '0.9.0'
s.date = '2012-03-03'
s.version = '0.9.1'
s.date = '2012-03-06'

## Make sure your summary is short. The description may be as long
## as you like.
Expand Down

0 comments on commit 95f5dbd

Please sign in to comment.