From 74077b6abcf48a12beca691625b6bdcd237cc6a8 Mon Sep 17 00:00:00 2001 From: Tony Trinh Date: Wed, 6 Jun 2012 01:48:16 -0400 Subject: [PATCH] release 1.0.5-1 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2eed264b03..8a6aeefe43 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Overview [*logback-android*][3] brings the power of *Logback* to Android. [*Logback*][1] is a reliable, generic, fast, and flexible logging library for Java applications. -The current version is **1.0.4-1**. +The current version is **1.0.5-1**. Download -------- - * [logback-android-1.0.4-1.jar][13] (MD5: `6f09a97432eeb53b5dd70d49825b522c`) + * [logback-android-1.0.5-1.jar][13] (MD5: `c97a5f2b25e148e8142cb670192f61ce`) * [slf4j-api-1.6.4.jar][14] (MD5: `a134d83e0c12a9611824284c855ffb13`) Quickstart @@ -60,7 +60,7 @@ logback-android is built from [Ant][16], using the Android SDK. 2. Edit `ant.properties`: * Set `sdk.dir` to the root directory of the Android SDK. * Set `slf4j.jar` to the path of [SLF4J API library][14]. -3. Enter `ant` to begin the build. The JAR is created at `bin/logback-android-1.0.4-1.jar`. +3. Enter `ant` to begin the build. The JAR is created at `bin/logback-android-1.0.5-1.jar`. [1]: http://logback.qos.ch @@ -68,9 +68,9 @@ logback-android is built from [Ant][16], using the Android SDK. [3]: http://tony19.github.com/logback-android [4]: http://tony19.github.com/logback-android/changelog.html [7]: http://logback.qos.ch/manual/index.html - [8]: http://tony19.github.com/logback-android/doc/1.0.4-1/ + [8]: http://tony19.github.com/logback-android/doc/1.0.5-1/ [9]: mailto:logback-user@qos.ch - [13]: https://github.com/downloads/tony19/logback-android/logback-android-1.0.4-1.jar + [13]: https://github.com/downloads/tony19/logback-android/logback-android-1.0.5-1.jar [14]: https://github.com/downloads/tony19/logback-android/slf4j-api-1.6.4.jar [15]: http://developer.android.com/sdk/index.html [16]: http://ant.apache.org/