Skip to content

Commit e9f13f9

Browse files
committed
bump version
1 parent 1a8ad2d commit e9f13f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: active_scaffold_export.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Gem::Specification.new do |s|
77
s.name = "active_scaffold_export"
8-
s.version = "3.3.1"
8+
s.version = "3.3.2"
99

1010
s.authors = ["Volker Hochstein", "Sergio Cambra", "Hernan Astudillo"]
1111
s.description = "Exporting Records with ActiveScaffold"

Diff for: lib/active_scaffold_export/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module ActiveScaffoldExport
22
module Version
33
MAJOR = 3
44
MINOR = 3
5-
PATCH = "0.rc"
5+
PATCH = 2
66

77
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
88
end

0 commit comments

Comments
 (0)