Skip to content

Commit 2fb1d38

Browse files
committed
Bump compiler to 20170521
1 parent 4ae4436 commit 2fb1d38

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

closure-compiler.gemspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
require 'lib/closure-compiler'
2+
13
Gem::Specification.new do |s|
24
s.name = 'closure-compiler'
3-
s.version = '1.1.12' # Keep version in sync with closure-compiler.rb
4-
s.date = '2015-11-12'
5+
s.version = Closure::VERSION
6+
s.date = '2017-05-21'
57
s.license = 'Apache-2.0'
68

79
s.homepage = "http://github.com/documentcloud/closure-compiler/"

lib/closure-compiler-20151015.jar

-6.09 MB
Binary file not shown.

lib/closure-compiler-20170521.jar

6.89 MB
Binary file not shown.

lib/closure-compiler.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module Closure
22

3-
VERSION = "1.1.12"
3+
VERSION = "1.1.13"
44

5-
COMPILER_VERSION = "20151015"
5+
COMPILER_VERSION = "20170521"
66

77
JAVA_COMMAND = 'java'
88

0 commit comments

Comments
 (0)