Skip to content

Commit 50c61fa

Browse files
committed
preparing 0.7.1 release
1 parent 7f9fb24 commit 50c61fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
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/).
33

44

5-
## [Unreleased]
5+
## [v0.7.1] - 2016-06-02
66
### Added
77
- orthographic camera mode
88
- `backgroundColor` parameter for `Stage`
@@ -132,6 +132,6 @@ All notable changes to this project will be documented in this file, following t
132132
- Initial release
133133

134134

135-
[Unreleased]: https://github.com/arose/ngl/compare/v0.7...HEAD
135+
[v0.7.1]: https://github.com/arose/ngl/compare/v0.7...v0.7.1
136136
[v0.7]: https://github.com/arose/ngl/compare/v0.6...v0.7
137137
[v0.6]: https://github.com/arose/ngl/compare/v0.5...v0.6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/arose/ngl/blob/dev/LICENSE)
6-
[![Version](http://img.shields.io/badge/version-0.7-blue.svg?style=flat)](https://github.com/arose/ngl/releases/tag/v0.7)
6+
[![Version](http://img.shields.io/badge/version-0.7.1-blue.svg?style=flat)](https://github.com/arose/ngl/releases/tag/v0.7.1)
77
[![Changelog](https://img.shields.io/badge/changelog--lightgrey.svg?style=flat)](https://github.com/arose/ngl/blob/dev/CHANGELOG.md)
88

99

js/ngl/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
var NGL = {
1111

12-
REVISION: '0.7',
12+
REVISION: '0.7.1',
1313
EPS: 0.0000001,
1414
useWorker: true,
1515
indexUint16: false,

0 commit comments

Comments
 (0)