Skip to content

Commit e55c1af

Browse files
committed
Bump version to 0.6.1
1 parent cdbc243 commit e55c1af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csv-diff.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEMSPEC = Gem::Specification.new do |s|
22
s.name = "csv-diff"
3-
s.version = "0.6.0"
3+
s.version = "0.6.1"
44
s.authors = ["Adam Gardiner"]
5-
s.date = "2020-08-28"
5+
s.date = "2020-10-21"
66
s.summary = "CSV Diff is a library for generating diffs from data in CSV or XML format"
77
s.description = <<-EOQ
88
This library performs diffs of CSV data, or any table-like source.

0 commit comments

Comments
 (0)