From 60b6035ab669e4d626016a3a6054741dfe1e4284 Mon Sep 17 00:00:00 2001
From: Masayuki Hatta <mhatta@debian.org>
Date: Sun, 15 Apr 2018 02:46:02 +0900
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 build.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index be13c603..687b20d2 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ The old Ant build system is still available, but works with Java 8 only.
 To start the Orchid SOCKS5 proxy, perform the following:
 
 ```
-java -jar Orchid-v1.0.0.jar
+java -jar Orchid-v1.0.1.jar
 ```
 
 To test Orchid, you can tell your web browser to use Orchid as a SOCKS5 proxy (the default listening port is `9150`) - however it is important to note that Orchid + your browser is **NOT** a secure replacement for [the Tor Browser Bundle](https://www.torproject.org/projects/torbrowser.htm), which has many other enhancements beyond Tor.
@@ -52,7 +52,7 @@ For example, with Mozilla Firefox, by default, DNS lookups are not sent over a c
 Orchid also includes a "dashboard" feature to observe information about the internal state of Tor. To start the dashboard, set the following property when the JAR is run like:
 
 ```
-java -Dcom.subgraph.orchid.dashboard.port=10000 Orchid-v1.0.0.jar
+java -Dcom.subgraph.orchid.dashboard.port=10000 Orchid-v1.0.1.jar
 ```
 
 To access the dashboard, just connect to the port (for this example `10000`) with netcat.
diff --git a/build.xml b/build.xml
index 806e502d..18e202ef 100644
--- a/build.xml
+++ b/build.xml
@@ -6,7 +6,7 @@
     <arg value="HEAD"/>
   </exec>
 
-  <property name="orchid.version" value="1.0.0" />
+  <property name="orchid.version" value="1.0.1" />
 
   <condition property="orchid.basename" value="orchid-${orchid.version}.${orchid.gittag}">
     <isset property="orchid.gittag"/>