Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Jan 17, 2014
1 parent 34c972a commit 21a7537
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.nightweb" android:versionCode="24" android:versionName="0.0.24">
package="net.nightweb" android:versionCode="25" android:versionName="0.0.25">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Expand Down
4 changes: 2 additions & 2 deletions android/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject nightweb-android/Nightweb "0.0.24"
(defproject nightweb-android/Nightweb "0.0.25"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:min-lein-version "2.0.0"
Expand All @@ -12,7 +12,7 @@
:dependencies [[com.h2database/h2 "1.3.174"]
[markdown-clj "0.9.36"]
[neko/neko "3.0.0"]
[org.clojure/java.jdbc "0.3.0"]
[org.clojure/java.jdbc "0.3.2"]
[org.clojure-android/clojure "1.5.1-jb" :use-resources true]]
:profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"]]
:android {:aot :all-with-unused}}
Expand Down
4 changes: 2 additions & 2 deletions desktop/project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
(defproject nightweb-desktop "0.0.24"
(defproject nightweb-desktop "0.0.25"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[com.github.insubstantial/substance "7.2.1"]
[com.h2database/h2 "1.3.174"]
[hiccup "1.0.4"]
[markdown-clj "0.9.36"]
[org.clojure/clojure "1.5.1"]
[org.clojure/java.jdbc "0.3.0"]
[org.clojure/java.jdbc "0.3.2"]
[ring "1.2.1"]
[seesaw "1.4.4"]]
:source-paths ["src" "../common/clojure"]
Expand Down
4 changes: 2 additions & 2 deletions server/project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(defproject nightweb-server/Nightweb "0.0.24"
(defproject nightweb-server/Nightweb "0.0.25"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/java.jdbc "0.3.0"]
[org.clojure/java.jdbc "0.3.2"]
[com.h2database/h2 "1.3.174"]]
:source-paths ["src" "../common/clojure"]
:java-source-paths ["../common/java"]
Expand Down

0 comments on commit 21a7537

Please sign in to comment.