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 Feb 26, 2014
1 parent 71226b1 commit 23f782a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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="25" android:versionName="0.0.25">
package="net.nightweb" android:versionCode="26" android:versionName="0.0.26">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Expand Down
8 changes: 4 additions & 4 deletions android/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject nightweb-android/Nightweb "0.0.25"
(defproject nightweb-android/Nightweb "0.0.26"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:min-lein-version "2.0.0"
Expand All @@ -9,10 +9,10 @@
:java-source-paths ["src/java" "../common/java" "gen"]
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]

:dependencies [[com.h2database/h2 "1.3.174"]
:dependencies [[com.h2database/h2 "1.3.175"]
[markdown-clj "0.9.36"]
[neko/neko "3.0.0"]
[org.clojure/java.jdbc "0.3.2"]
[neko/neko "3.0.1"]
[org.clojure/java.jdbc "0.3.3"]
[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
8 changes: 4 additions & 4 deletions desktop/project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
(defproject nightweb-desktop "0.0.25"
(defproject nightweb-desktop "0.0.26"
: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"]
[com.h2database/h2 "1.3.175"]
[hiccup "1.0.5"]
[markdown-clj "0.9.36"]
[org.clojure/clojure "1.5.1"]
[org.clojure/java.jdbc "0.3.2"]
[org.clojure/java.jdbc "0.3.3"]
[ring "1.2.1"]
[seesaw "1.4.4"]]
:source-paths ["src" "../common/clojure"]
Expand Down
6 changes: 3 additions & 3 deletions server/project.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(defproject nightweb-server/Nightweb "0.0.25"
(defproject nightweb-server/Nightweb "0.0.26"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/java.jdbc "0.3.2"]
[com.h2database/h2 "1.3.174"]]
[org.clojure/java.jdbc "0.3.3"]
[com.h2database/h2 "1.3.175"]]
:source-paths ["src" "../common/clojure"]
:java-source-paths ["../common/java"]
:aot [nightweb-server.core]
Expand Down

0 comments on commit 23f782a

Please sign in to comment.