Skip to content

Commit 81842c8

Browse files
committed
Bumping version to 0.0.3
1 parent b8e8467 commit 81842c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ $:.unshift File.join(File.dirname(__FILE__))
44
lib = File.expand_path('../lib', __FILE__)
55
$:.unshift lib unless $:.include?(lib)
66

7+
require "bundler/gem_tasks"
78
require "rspec/core/rake_task"
89
require 'rake/clean'
910
require 'yard'

lib/fit4ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Fit4Ruby
22
# The version number of the library.
3-
VERSION = '0.0.2'
3+
VERSION = '0.0.3'
44
end

0 commit comments

Comments
 (0)