From 9f71d5fbc53955c0349a66170bc8dc1db2ae7441 Mon Sep 17 00:00:00 2001 From: oakes Date: Sat, 2 Jan 2016 12:17:47 -0500 Subject: [PATCH] Give Nightcode a major version number --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e3ea40cd..b8026f66 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject nightcode "0.4.8-SNAPSHOT" +(defproject nightcode "1.0.0-SNAPSHOT" :description "An IDE for Clojure and Java" :url "https://github.com/oakes/Nightcode" :license {:name "Public Domain"