We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c47f7 commit f525d23Copy full SHA for f525d23
lib/julia-client.coffee
@@ -8,7 +8,7 @@ toolbar = require './package/toolbar'
8
semver = require 'semver'
9
10
# TODO: Update me when tagging a new relase:
11
-INK_VERSION_COMPAT = "^0.12.1"
+INK_VERSION_COMPAT = "^0.12.2"
12
13
INK_LINK = '[`ink`](https://github.com/JunoLab/atom-ink)'
14
LANGUAGE_JULIA_LINK = '[`language-julia`](https://github.com/JuliaEditorSupport/atom-language-julia)'
script/boot_repl.jl
@@ -26,7 +26,7 @@ end
26
27
28
29
-MIN_ATOM_VER = v"0.12.4"
+MIN_ATOM_VER = v"0.12.5"
30
outdated = false
31
32
try
0 commit comments