Skip to content

Commit 90739b9

Browse files
committed
fix some old version to 0.4.1
1 parent ddff422 commit 90739b9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
1. Installation
22
=============
33

4-
The lastest release is 0.3.0. Please check the [Update History](downloads.html) for more details.
4+
The lastest release is 0.4.1. Please check the [Update History](downloads.html) for more details.
55

66
1.1 Installation by Binary
77
-------------
88

9-
1. First you can download Release 0.3.0 from [here](https://sourceforge.net/projects/nginx-clojure/files/).
9+
1. First you can download Release 0.4.1 from [here](https://sourceforge.net/projects/nginx-clojure/files/).
1010
The zip file includes Nginx-Clojure binaries about Linux x64, Linux i586, Win32, Win64 and Mac OS X.
1111
1. Unzip the zip file downloaded then rename the file `nginx-${os-arc}` to `nginx`, eg. for linux is `nginx-linux-x64`
1212

@@ -43,6 +43,6 @@ For Win32 users MUST check out nginx source by hg because the zipped source does
4343
$ cd nginx-clojure
4444
$ lein jar
4545
```
46-
Then you'll find nginx-clojure-${version}.jar (eg. nginx-clojure-0.3.0.jar) in the target folder.
46+
Then you'll find nginx-clojure-${version}.jar (eg. nginx-clojure-0.4.1.jar) in the target folder.
4747
The jar file is self contained. If your project use clojure it naturally depends on the clojure core jar, e.g clojure-1.5.1.jar.
4848
If your project use groovy it naturally depends on the groovy runtime jar, e.g. groovy-2.3.4.jar.

Installation.md.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<h1>
22
<a id="user-content-1-installation" class="anchor" href="#1-installation" aria-hidden="true"><span class="octicon octicon-link"></span></a>1. Installation</h1>
33

4-
<p>The lastest release is 0.3.0. Please check the <a href="downloads.html">Update History</a> for more details.</p>
4+
<p>The lastest release is 0.4.1. Please check the <a href="downloads.html">Update History</a> for more details.</p>
55

66
<h2>
77
<a id="user-content-11-installation-by-binary" class="anchor" href="#11-installation-by-binary" aria-hidden="true"><span class="octicon octicon-link"></span></a>1.1 Installation by Binary</h2>
88

99
<ol>
10-
<li>First you can download Release 0.3.0 from <a href="https://sourceforge.net/projects/nginx-clojure/files/">here</a>.
10+
<li>First you can download Release 0.4.1 from <a href="https://sourceforge.net/projects/nginx-clojure/files/">here</a>.
1111
The zip file includes Nginx-Clojure binaries about Linux x64, Linux i586, Win32, Win64 and Mac OS X.</li>
1212
<li>Unzip the zip file downloaded then rename the file <code>nginx-${os-arc}</code> to <code>nginx</code>, eg. for linux is <code>nginx-linux-x64</code>
1313
</li>
@@ -47,7 +47,7 @@ <h2>
4747
<div class="highlight highlight-bash"><pre>$ <span class="pl-c1">cd</span> nginx-clojure
4848
$ lein jar</pre></div>
4949

50-
<p>Then you'll find nginx-clojure-${version}.jar (eg. nginx-clojure-0.3.0.jar) in the target folder.
50+
<p>Then you'll find nginx-clojure-${version}.jar (eg. nginx-clojure-0.4.1.jar) in the target folder.
5151
The jar file is self contained. If your project use clojure it naturally depends on the clojure core jar, e.g clojure-1.5.1.jar.
5252
If your project use groovy it naturally depends on the groovy runtime jar, e.g. groovy-2.3.4.jar.</p>
5353
</li>

installation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ <h6 id="project_tagline">Nginx module for embedding Clojure / Java / Groovy prog
9898
<h1>
9999
<a id="user-content-1-installation" class="anchor" href="#1-installation" aria-hidden="true"><span class="octicon octicon-link"></span></a>1. Installation</h1>
100100

101-
<p>The lastest release is 0.3.0. Please check the <a href="downloads.html">Update History</a> for more details.</p>
101+
<p>The lastest release is 0.4.1. Please check the <a href="downloads.html">Update History</a> for more details.</p>
102102

103103
<h2>
104104
<a id="user-content-11-installation-by-binary" class="anchor" href="#11-installation-by-binary" aria-hidden="true"><span class="octicon octicon-link"></span></a>1.1 Installation by Binary</h2>
105105

106106
<ol>
107-
<li>First you can download Release 0.3.0 from <a href="https://sourceforge.net/projects/nginx-clojure/files/">here</a>.
107+
<li>First you can download Release 0.4.1 from <a href="https://sourceforge.net/projects/nginx-clojure/files/">here</a>.
108108
The zip file includes Nginx-Clojure binaries about Linux x64, Linux i586, Win32, Win64 and Mac OS X.</li>
109109
<li>Unzip the zip file downloaded then rename the file <code>nginx-${os-arc}</code> to <code>nginx</code>, eg. for linux is <code>nginx-linux-x64</code>
110110
</li>
@@ -144,7 +144,7 @@ <h2>
144144
<div class="highlight highlight-bash"><pre>$ <span class="pl-c1">cd</span> nginx-clojure
145145
$ lein jar</pre></div>
146146

147-
<p>Then you'll find nginx-clojure-${version}.jar (eg. nginx-clojure-0.3.0.jar) in the target folder.
147+
<p>Then you'll find nginx-clojure-${version}.jar (eg. nginx-clojure-0.4.1.jar) in the target folder.
148148
The jar file is self contained. If your project use clojure it naturally depends on the clojure core jar, e.g clojure-1.5.1.jar.
149149
If your project use groovy it naturally depends on the groovy runtime jar, e.g. groovy-2.3.4.jar.</p>
150150
</li>

0 commit comments

Comments
 (0)