Skip to content

Commit 034771b

Browse files
committed
bump version to 1.0.4
1 parent 7ec44a9 commit 034771b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/syck/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Syck
66
#
77
# Constants
88
#
9-
VERSION = '1.0.3'
9+
VERSION = '1.0.4'
1010
SUPPORTED_YAML_VERSIONS = ['1.0']
1111

1212
#

syck.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'time'
44
Gem::Specification.new do |s|
55
s.name = "syck"
6-
s.version = "1.0.2"
6+
s.version = "1.0.4"
77

88
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
99
s.authors = ["Aaron Patterson", "Mat Brown"]

0 commit comments

Comments
 (0)