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 Jun 30, 2013
1 parent a00dbe1 commit 14f6038
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 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="17" android:versionName="0.0.17">
package="net.nightweb" android:versionCode="18" android:versionName="0.0.18">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Expand Down
4 changes: 1 addition & 3 deletions android/project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
(defproject nightweb-android/Nightweb "0.0.17"
(defproject nightweb-android/Nightweb "0.0.18"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:min-lein-version "2.0.0"

:warn-on-reflection true

:source-paths ["src/clojure" "../common/clojure"]
:java-source-paths ["src/java" "../common/java" "gen"]
:resource-paths ["libs/android-support-v13.jar" "libs/jsr166y.jar"]
Expand Down
2 changes: 1 addition & 1 deletion desktop/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject nightweb-desktop "0.0.17"
(defproject nightweb-desktop "0.0.18"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[org.clojure/clojure "1.5.1"]
Expand Down
2 changes: 1 addition & 1 deletion server/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject nightweb-server/Nightweb "0.0.17"
(defproject nightweb-server/Nightweb "0.0.18"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[org.clojure/clojure "1.5.0"]
Expand Down

0 comments on commit 14f6038

Please sign in to comment.