Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
- Made Amazon S3 bucket name configurable
- Small performance improvements
  • Loading branch information
lencioni committed Nov 3, 2015
1 parent b34efe5 commit 34bcb7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diffux_ci.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require './lib/diffux_ci_version'
Gem::Specification.new do |s|
s.name = 'diffux_ci'
s.version = DiffuxCI::VERSION
s.date = '2015-10-19'
s.date = '2015-11-03'
s.summary = 'Diffux-CI'
s.description = 'Diffux-CI, a perceptual diff tool for JS components'
s.authors = ['Henric Trotzig', 'Joe Lencioni']
Expand Down
2 changes: 1 addition & 1 deletion lib/diffux_ci_version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Defines the gem version.
module DiffuxCI
VERSION = '0.3.2'
VERSION = '0.4.0'
end

0 comments on commit 34bcb7f

Please sign in to comment.