Skip to content

Commit 9d37d26

Browse files
committed
updated to mruby 1.1.0 release
1 parent 0daa7d1 commit 9d37d26

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: post
3+
title: "mruby 1.1.0 released"
4+
date: 2014-11-19 12:13:55
5+
categories: releases
6+
---
7+
8+
mruby 1.1.0 released
9+
====================
10+
11+
mruby 1.1.0 is released. Download [mruby 1.1.0][mruby-1.1.0-dl] now.
12+
13+
[mruby-1.1.0-dl]: https://github.com/mruby/mruby/archive/1.1.0.zip
14+
15+
what's new in mruby 1.1.0
16+
=========================
17+
18+
* CUI debugger gem (mruby-bin-debugger)
19+
* lot of small bug fixes

downloads/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div>
88
<h2>Downloads</h2>
99
<p>
10-
<b>Current stable</b>: <a href="https://github.com/mruby/mruby/archive/1.0.0.zip">mruby 1.0.0</a>
10+
<b>Current stable</b>: <a href="https://github.com/mruby/mruby/archive/1.1.0.zip">mruby 1.1.0</a>
1111
</p>
1212
</div>
1313
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</p>
1212

1313
<div class="mruby-is-get">
14-
<a href="https://github.com/mruby/mruby/archive/1.0.0.zip" class="btn btn-lg btn-default" role="button">Download 1.0.0 Source</a>
14+
<a href="https://github.com/mruby/mruby/archive/1.1.0.zip" class="btn btn-lg btn-default" role="button">Download 1.1.0 Source</a>
1515
&nbsp; or &nbsp;
1616
<a href="https://github.com/mruby/mruby" class="btn btn-lg btn-default" role="button">Find on GitHub</a>
1717
</div>

0 commit comments

Comments
 (0)