Skip to content

Commit ce1fc62

Browse files
committed
update version
1 parent b8cdb7f commit ce1fc62

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.2.0 / 2020-10-06
2+
3+
* [ENHANCEMENT] Update GithubStats dep
4+
15
# 3.1.1 / 2020-08-13
26

37
* [ENHANCEMENT] Update GithubStats dep

githubchart.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
1717
s.test_files = `git ls-files spec/*`.split
1818
s.executables = ['githubchart']
1919

20-
s.add_runtime_dependency 'githubstats', '~> 3.0.2'
20+
s.add_runtime_dependency 'githubstats', '~> 3.1.0'
2121
s.add_runtime_dependency 'svgplot', '~> 1.0.0'
2222

2323
s.add_development_dependency 'rubocop', '~> 0.76.0'

lib/githubchart/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
22
# Define the version
33
module GithubChart
4-
VERSION = '3.1.1'.freeze
4+
VERSION = '3.2.0'.freeze
55
end

0 commit comments

Comments
 (0)