Skip to content

Commit

Permalink
preparing 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arose committed Jun 3, 2016
1 parent 7f9fb24 commit 50c61fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion js/ngl/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

var NGL = {

REVISION: '0.7',
REVISION: '0.7.1',
EPS: 0.0000001,
useWorker: true,
indexUint16: false,
Expand Down

0 comments on commit 50c61fa

Please sign in to comment.