Skip to content

Commit ba098d3

Browse files
committed
Bump version.
1 parent 2dd2e6c commit ba098d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
lager,
66
jsx,
77
getopt,
8-
jupyter,
8+
{jupyter, "0.1.1"},
99

1010
lfe
1111
]

src/ierl.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application,ierl,
22
[{description,"Erlang jupyter frontend tool to install and run kernels"},
3-
{vsn,"0.1.2"},
3+
{vsn,"0.1.3"},
44
{registered,[]},
55
{applications,[kernel,stdlib,lager,jupyter,getopt,lfe]},
66
{included_applications,[]},

0 commit comments

Comments
 (0)