Skip to content

Commit 2c6da93

Browse files
committedApr 29, 2017
Set version to 0.4.1
1 parent 322eff4 commit 2c6da93

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎jupyter-scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22
set -e
33

4-
VERSION=0.4.0
5-
AMMONIUM_VERSION=0.8.2-2
6-
SCALA_VERSION=2.11.8 # Set to 2.12.1 for Scala 2.12
4+
VERSION=0.4.1
5+
AMMONIUM_VERSION=0.8.3
6+
SCALA_VERSION=2.11.11 # Set to 2.12.2 for Scala 2.12
77

88
if which coursier >/dev/null; then
99
GLOBAL_COURSIER=true

‎version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.4.1-SNAPSHOT"
1+
version in ThisBuild := "0.4.1"

0 commit comments

Comments
 (0)
Please sign in to comment.