Skip to content

Commit 04b04b3

Browse files
committed
Fix ver
1 parent b0bea26 commit 04b04b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ examples
33
coverage
44
tmp
55
.yardoc
6-
doc
6+
doc
7+
pkg

lib/time_calc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
class TimeCalc
44
# @private
5-
VERSION = '0.1.1'
5+
VERSION = '0.0.1'
66
end

0 commit comments

Comments
 (0)