Skip to content

Commit

Permalink
Merge pull request #1 from mohayonao/fix-version
Browse files Browse the repository at this point in the history
fix version
  • Loading branch information
mohayonao committed Aug 6, 2014
2 parents 00c4592 + 3cd1c22 commit 36e7068
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@
[![Dependency Status](http://img.shields.io/david/mohayonao/gretro.svg?style=flat)](https://david-dm.org/mohayonao/gretro)
[![devDependency Status](http://img.shields.io/david/dev/mohayonao/gretro.svg?style=flat)](https://david-dm.org/mohayonao/gretro)

> **Gretro** is a library for vintage computer graphics.
> **Gretro** is a JavaScript Graphic library for vintage CG.
![splash](http://the.mohayonao.com/gretro/splash.png)

## Install

browser

- [gretro.js](http://the.mohayonao.com/gretro/gretro.js)
- [gretro.min.js](http://the.mohayonao.com/gretro/gretro.min.js)

```html
<script src="/path/to/gretro.js"></script>
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gretro",
"description": "Gretro is a library for vintage computer graphics",
"version": "0.1.0",
"description": "Gretro is a JavaScript Graphic library for vintage CG",
"version": "0.1.1",
"author": "Nao Yonamine <mohayonao@gmail.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/gretro.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
}

var exports = {
version: "0.0.1",
version: "0.1.1",
Canvas : function(width, height) {
width = int(defaults(width , 640));
height = int(defaults(height, 400));
Expand Down

0 comments on commit 36e7068

Please sign in to comment.