Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit d6c5100

Browse files
committed
Prepare for version 6.2.0 release
1 parent 12d9d22 commit d6c5100

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
1+
6.2.0
2+
------
3+
4+
Not yet documented, sorry. For now, please use git to compare tags:
5+
https://github.com/sferik/twitter/compare/v6.1.0...v6.2.0
6+
17
6.1.0
28
------
39

4-
Not yet documented, sorry. For now, please use git to compare tags:
10+
Not yet documented, sorry. For now, please use git to compare tags:
511
https://github.com/sferik/twitter/compare/v6.0.0...v6.1.0
612

713

814
6.0.0
915
------
1016

11-
Not yet documented, sorry. For now, please use git to compare tags:
17+
Not yet documented, sorry. For now, please use git to compare tags:
1218
https://github.com/sferik/twitter/compare/v5.16.0...v6.0.0
1319

1420
5.16.0

lib/twitter/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ module Version
44

55
# @return [Integer]
66
def major
7-
5
7+
6
88
end
99

1010
# @return [Integer]
1111
def minor
12-
15
12+
2
1313
end
1414

1515
# @return [Integer]

0 commit comments

Comments
 (0)