Skip to content

Commit 8212f47

Browse files
author
Hartmut Bischoff
committed
Bump Version to referenced Interactive Brokers API-Build version
1 parent 8858257 commit 8212f47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
0.9.7.2

api.gemspec

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

22
lib = File.expand_path("../lib", __FILE__)
33
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4-
require "api/version"
4+
require "ib/version"
55

66
Gem::Specification.new do |spec|
77
spec.name = "ib-api"
8-
spec.version = Api::VERSION
8+
spec.version = IB::VERSION
99
spec.authors = ["Hartmut Bischoff"]
1010
spec.email = ["topofocus@gmail.com"]
1111

0 commit comments

Comments
 (0)