Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/scottcgi/Mojoc
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/scottcgi/Mojoc:
  Update README.md
  Update ChangeLog.md
  • Loading branch information
scottcgi committed Jan 16, 2018
2 parents dbec341 + fd2a4ed commit 91c8c17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## v0.4.7
_`2018.1.16 UTC+8 17:12`_

* Update copyright. (+0.1.0)
* Optimize Json ParseNumber and code format. (+0.0.1)
* Json optimize if else to switch case. (+0.0.1)
* Refactor Json ParseObject, ParseArray and SkipString fucntions. (+0.1.0)
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<img src="https://github.com/scottcgi/Mojoc/raw/master/Docs/Pic/Logo.png" width="176" height="228" alt="Mojoc Logo" title="Mojoc Logo" />

## Mojoc v0.0.0
## Mojoc v0.4.7

Mojoc is open-source, cross-platform, pure C game engine. It is based on OpenGLES3 and written in C99. It works on IOS and Android currently, but easily extended to other platforms, and will support more platforms in the future.

* Version number v0.0.0 means _=>_ Big Move **.** Function Changes **.** Bug Fix Numbers
* Released version in [releases](https://github.com/scottcgi/Mojoc/releases).
* Release changes in [changelog](https://github.com/scottcgi/Mojoc/blob/master/ChangeLog.md).
* Documents in [wiki](https://github.com/scottcgi/Mojoc/wiki).
Expand Down

0 comments on commit 91c8c17

Please sign in to comment.