diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index fd106f7..9c921dc 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,6 +1,6 @@ + package="net.nightweb" android:versionCode="20" android:versionName="0.0.20"> diff --git a/android/project.clj b/android/project.clj index e6143b2..1594a1b 100644 --- a/android/project.clj +++ b/android/project.clj @@ -1,4 +1,4 @@ -(defproject nightweb-android/Nightweb "0.0.19" +(defproject nightweb-android/Nightweb "0.0.20" :license {:name "Public Domain" :url "http://unlicense.org/UNLICENSE"} :min-lein-version "2.0.0" diff --git a/desktop/project.clj b/desktop/project.clj index a717414..6438f53 100644 --- a/desktop/project.clj +++ b/desktop/project.clj @@ -1,4 +1,4 @@ -(defproject nightweb-desktop "0.0.19" +(defproject nightweb-desktop "0.0.20" :license {:name "Public Domain" :url "http://unlicense.org/UNLICENSE"} :dependencies [[org.clojure/clojure "1.5.1"] diff --git a/server/project.clj b/server/project.clj index 63c36d4..45b39eb 100644 --- a/server/project.clj +++ b/server/project.clj @@ -1,4 +1,4 @@ -(defproject nightweb-server/Nightweb "0.0.19" +(defproject nightweb-server/Nightweb "0.0.20" :license {:name "Public Domain" :url "http://unlicense.org/UNLICENSE"} :dependencies [[org.clojure/clojure "1.5.0"]