Skip to content

Commit afd59cc

Browse files
committed
fixed version in builds, 0.7.1a release
1 parent 7b3cdfd commit afd59cc

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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+
## [v0.7.1a] - 2016-06-02
6+
### Changed
7+
- fixed version in builds
8+
9+
510
## [v0.7.1] - 2016-06-02
611
### Added
712
- orthographic camera mode
@@ -132,6 +137,7 @@ All notable changes to this project will be documented in this file, following t
132137
- Initial release
133138

134139

140+
[v0.7.1a]: https://github.com/arose/ngl/compare/v0.7.1...v0.7.1a
135141
[v0.7.1]: https://github.com/arose/ngl/compare/v0.7...v0.7.1
136142
[v0.7]: https://github.com/arose/ngl/compare/v0.6...v0.7
137143
[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/master/LICENSE)
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)
6+
[![Version](http://img.shields.io/badge/version-0.7.1a-blue.svg?style=flat)](https://github.com/arose/ngl/releases/tag/v0.7.1a)
77
[![Changelog](https://img.shields.io/badge/changelog--lightgrey.svg?style=flat)](https://github.com/arose/ngl/blob/master/CHANGELOG.md)
88

99

js/build/ngl.embedded.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/build/ngl.full.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/build/ngl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ if( typeof importScripts !== 'function' && WebGLRenderingContext ){
463463

464464
var NGL = {
465465

466-
REVISION: '0.7',
466+
REVISION: '0.7.1a',
467467
EPS: 0.0000001,
468468
useWorker: true,
469469
indexUint16: false,

js/build/ngl.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1',
12+
REVISION: '0.7.1a',
1313
EPS: 0.0000001,
1414
useWorker: true,
1515
indexUint16: false,

0 commit comments

Comments
 (0)