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 Aug 13, 2013
1 parent aa6cc37 commit 7ffddd1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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="19" android:versionName="0.0.19">
package="net.nightweb" android:versionCode="20" android:versionName="0.0.20">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Expand Down
2 changes: 1 addition & 1 deletion android/project.clj
Original file line number Diff line number Diff line change
@@ -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"
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.19"
(defproject nightweb-desktop "0.0.20"
: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.19"
(defproject nightweb-server/Nightweb "0.0.20"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[org.clojure/clojure "1.5.0"]
Expand Down

0 comments on commit 7ffddd1

Please sign in to comment.