Skip to content

Commit f525d23

Browse files
committed
require ink 0.12.2 and Atom.jl 0.12.5
1 parent 13c47f7 commit f525d23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/julia-client.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toolbar = require './package/toolbar'
88
semver = require 'semver'
99

1010
# TODO: Update me when tagging a new relase:
11-
INK_VERSION_COMPAT = "^0.12.1"
11+
INK_VERSION_COMPAT = "^0.12.2"
1212

1313
INK_LINK = '[`ink`](https://github.com/JunoLab/atom-ink)'
1414
LANGUAGE_JULIA_LINK = '[`language-julia`](https://github.com/JuliaEditorSupport/atom-language-julia)'

script/boot_repl.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ end
2626

2727

2828
# TODO: Update me when tagging a new relase:
29-
MIN_ATOM_VER = v"0.12.4"
29+
MIN_ATOM_VER = v"0.12.5"
3030
outdated = false
3131

3232
try

0 commit comments

Comments
 (0)