Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit f9599c0

Browse files
author
Matthias Koefferlein
committed
Fixed issue #29
1 parent 127852f commit f9599c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/macros/xsection.lym

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require_relative("../ruby/xsection")
3232
module XS
3333

3434
# UPDATE THE VERSION NUMBER ON EACH RELEASE HERE
35-
VERSION = "1.7"
35+
VERSION = "1.8"
3636

3737
@xsection_processing_environment = XSectionScriptEnvironment.new
3838

src/ruby/xsection_script.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def run_script(fn, p1 = nil, p2 = nil, batch = false)
197197
if p1 && p2
198198

199199
# take the given line
200-
pts << [[[ p1, p2 ]]]
200+
pts << [[ p1, p2 ]]
201201

202202
else
203203

0 commit comments

Comments
 (0)