Skip to content

Commit 7adfc47

Browse files
authored
Update php-orm version to 2.0.1 in documentation
1 parent dd1c3cb commit 7adfc47

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h3>Installation</h3>
7575
<p>Next, add the following require entry to the <code>composer.json</code> file in the root of your project.</p>
7676
<pre class="prettyprint">{
7777
"require" : {
78-
"riverside/php-orm" : "^2.0"
78+
"riverside/php-orm" : "^2.0.1"
7979
}
8080
}</pre>
8181
<p>Finally, use Composer to install php-orm and its dependencies:</p>
@@ -85,8 +85,8 @@ <h3>Installation</h3>
8585
<h3>Downloads</h3>
8686
<p>The project is hosted on GitHub.</p>
8787
<p>
88-
<a class="btn btn-primary" href="https://github.com/riverside/php-orm/archive/refs/tags/v2.0.0.zip">Download .zip file</a>
89-
<a class="btn btn-primary" href="https://github.com/riverside/php-orm/archive/refs/tags/v2.0.0.tar.gz">Download .tar.gz file</a>
88+
<a class="btn btn-primary" href="https://github.com/riverside/php-orm/archive/refs/tags/v2.0.1.zip">Download .zip file</a>
89+
<a class="btn btn-primary" href="https://github.com/riverside/php-orm/archive/refs/tags/v2.0.1.tar.gz">Download .tar.gz file</a>
9090
</p>
9191
</section>
9292
<section>
@@ -106,4 +106,4 @@ <h3>License</h3>
106106
<script src="js/bootstrap.min.js"></script>
107107
<script src="js/run_prettify.js"></script>
108108
</body>
109-
</html>
109+
</html>

0 commit comments

Comments
 (0)