diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0f6461b..f4264dd00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, following the suggestions of [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [v0.7.1] - 2016-06-02 ### Added - orthographic camera mode - `backgroundColor` parameter for `Stage` @@ -132,6 +132,6 @@ All notable changes to this project will be documented in this file, following t - Initial release -[Unreleased]: https://github.com/arose/ngl/compare/v0.7...HEAD +[v0.7.1]: https://github.com/arose/ngl/compare/v0.7...v0.7.1 [v0.7]: https://github.com/arose/ngl/compare/v0.6...v0.7 [v0.6]: https://github.com/arose/ngl/compare/v0.5...v0.6 \ No newline at end of file diff --git a/README.md b/README.md index 04bab449f..f31ef5798 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/arose/ngl/blob/dev/LICENSE) -[![Version](http://img.shields.io/badge/version-0.7-blue.svg?style=flat)](https://github.com/arose/ngl/releases/tag/v0.7) +[![Version](http://img.shields.io/badge/version-0.7.1-blue.svg?style=flat)](https://github.com/arose/ngl/releases/tag/v0.7.1) [![Changelog](https://img.shields.io/badge/changelog--lightgrey.svg?style=flat)](https://github.com/arose/ngl/blob/dev/CHANGELOG.md) diff --git a/js/ngl/core.js b/js/ngl/core.js index 1f8db71b7..54236a7ea 100644 --- a/js/ngl/core.js +++ b/js/ngl/core.js @@ -9,7 +9,7 @@ var NGL = { - REVISION: '0.7', + REVISION: '0.7.1', EPS: 0.0000001, useWorker: true, indexUint16: false,