Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion downloads/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div>
<h2>Downloads</h2>
<p>
<b>Current stable</b>: <a href="https://github.com/mruby/mruby/archive/1.3.0.zip">mruby 1.3.0</a>
<b>Current stable</b>: <a href="https://github.com/mruby/mruby/archive/1.4.1.zip">mruby 1.4.1</a>
</p>
</div>
</div>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</p>

<div class="mruby-is-get">
<a href="https://github.com/mruby/mruby/archive/1.3.0.zip" class="btn btn-lg btn-default" role="button">Download 1.3.0 Source</a>
<a href="https://github.com/mruby/mruby/archive/1.4.1.zip" class="btn btn-lg btn-default" role="button">Download 1.4.1 Source</a>
&nbsp; or &nbsp;
<a href="https://github.com/mruby/mruby" class="btn btn-lg btn-default" role="button">Find on GitHub</a>
</div>
Expand Down