Skip to content

Commit 2c852b2

Browse files
committed
bump version to 1.1.0
1 parent da9e23d commit 2c852b2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

fileutils.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# frozen_string_literal: true
2+
23
Gem::Specification.new do |s|
34
s.name = "fileutils"
4-
s.version = '1.0.2'
5-
s.date = '2017-12-22'
5+
s.version = '1.1.0'
66
s.summary = "Several file utility methods for copying, moving, removing, etc."
77
s.description = "Several file utility methods for copying, moving, removing, etc."
88

lib/fileutils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
module FileUtils
9191

92-
VERSION = "1.0.2"
92+
VERSION = "1.1.0"
9393

9494
def self.private_module_function(name) #:nodoc:
9595
module_function name

0 commit comments

Comments
 (0)