Skip to content

Commit 1b20cd5

Browse files
committed
Merge pull request #9 from typescript-ruby/ts_version_update
TS version update
2 parents 124ed05 + 80cdb76 commit 1b20cd5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.6.2 2015-09-30 12:14:00+0300
2+
* Updated typescript-src gem version to v1.6.2
3+
14
## v1.4.1 2015-07-06 22:36:25+0300
25

36
* Added stdout to output when Typescript compilation error occurs

Diff for: lib/typescript-node/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module TypeScript
22
module Node
3-
VERSION = '1.4.1'
3+
VERSION = '1.6.2'
44
end
55
end

Diff for: typescript-node.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
1616
gem.require_paths = ["lib"]
1717
gem.version = TypeScript::Node::VERSION
1818

19-
gem.add_dependency 'typescript-src', '~> 1.4.1'
19+
gem.add_dependency 'typescript-src', '~> 1.6.2'
2020
gem.add_development_dependency 'rake'
2121

2222
gem.required_ruby_version = '>= 1.9.3'

0 commit comments

Comments
 (0)