Skip to content

Commit 368d76c

Browse files
committed
Release 3.0.0
1 parent 32358a1 commit 368d76c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/liquid/c/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Liquid
22
module C
3-
VERSION = "0.0.3"
3+
VERSION = "3.0.0"
44
end
55
end

liquid-c.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ require 'liquid/c/version'
66
Gem::Specification.new do |spec|
77
spec.name = "liquid-c"
88
spec.version = Liquid::C::VERSION
9-
spec.authors = ["Dylan Thacker-Smith"]
10-
spec.email = ["Dylan.Smith@shopify.com"]
9+
spec.authors = ["Justin Li", "Dylan Thacker-Smith"]
10+
spec.email = ["jli@shopify.com", "Dylan.Smith@shopify.com"]
1111
spec.summary = "Liquid performance extension in C"
1212
spec.homepage = ""
1313
spec.license = "MIT"

0 commit comments

Comments
 (0)