Skip to content

Commit 32ebee9

Browse files
committed
bump to 0.2, ready for cloudsmith initial release
1 parent cc4fb39 commit 32ebee9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
organization := "org.nlogo.langextension"
2-
version := "0.1-SNAPSHOT"
2+
version := "0.2"
33
name := "lang-extension-lib"
44

55
isSnapshot := true

pub.bash

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
../NetLogo/extensions/gis/sbt package && \
2-
../NetLogo/extensions/gis/sbt publishLocal && \
3-
cp target/scala-2.12/netlogo-extension-language-server-library_2.12-0.1-SNAPSHOT.jar ../NetLogo/extensions/py/ && \
4-
cp target/scala-2.12/netlogo-extension-language-server-library_2.12-0.1-SNAPSHOT.jar ../NetLogoJS/js/ && \
5-
cp target/scala-2.12/netlogo-extension-language-server-library_2.12-0.1-SNAPSHOT.jar ../NetLogoR/simpleR/
2+
../NetLogo/extensions/gis/sbt publishLocal

0 commit comments

Comments
 (0)