Skip to content

Commit ca803a7

Browse files
committed
require latest ink/Atom.jl versions
1 parent f650d59 commit ca803a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/julia-client.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ toolbar = require './package/toolbar'
99
semver = require 'semver'
1010

1111
# TODO: Update me when tagging a new relase (and release note)
12-
INK_VERSION_COMPAT = "^0.12.3"
13-
LATEST_RELEASE_NOTE_VERSION = "0.12.0"
12+
INK_VERSION_COMPAT = "^0.12.4"
13+
LATEST_RELEASE_NOTE_VERSION = "0.12.5"
1414

1515
INK_LINK = '[`ink`](https://github.com/JunoLab/atom-ink)'
1616
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.8"
29+
MIN_ATOM_VER = v"0.12.11"
3030
outdated = false
3131

3232
try

0 commit comments

Comments
 (0)