This commit is contained in:
Sebastian McKenzie 2015-02-04 10:15:19 +11:00
parent ee466e90ca
commit 2bf2e26a64
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
_Note: Gaps between patch versions are faulty/broken releases._ _Note: Gaps between patch versions are faulty/broken releases._
## 3.3.8 ## 3.3.9
* **Bug Fix** * **Bug Fix**
* Fix super inside of functions. * Fix super inside of functions.

View File

@ -1,7 +1,7 @@
{ {
"name": "6to5-runtime", "name": "6to5-runtime",
"description": "6to5 selfContained runtime", "description": "6to5 selfContained runtime",
"version": "3.3.7", "version": "3.3.9",
"repository": "6to5/6to5", "repository": "6to5/6to5",
"author": "Sebastian McKenzie <sebmck@gmail.com>" "author": "Sebastian McKenzie <sebmck@gmail.com>"
} }