From 6ebda7c075333a830f7380aa03e2113fb72f3291 Mon Sep 17 00:00:00 2001 From: TheBizzle Date: Wed, 8 Aug 2018 17:18:45 -0500 Subject: [PATCH] Infrastructure: Provide version number (v3.7.5) --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sbt b/build.sbt index 4369e9b..8f49884 100644 --- a/build.sbt +++ b/build.sbt @@ -7,6 +7,8 @@ enablePlugins(org.nlogo.build.ExtensionDocumentationPlugin) name := "nw" +version := "1.1.0" + netLogoExtName := "nw" netLogoClassManager := "org.nlogo.extensions.nw.NetworkExtension"