Skip to content

Commit

Permalink
fixed version in builds, 0.7.1a release
Browse files Browse the repository at this point in the history
  • Loading branch information
arose committed Jun 3, 2016
1 parent 7b3cdfd commit afd59cc
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
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/).


## [v0.7.1a] - 2016-06-02
### Changed
- fixed version in builds


## [v0.7.1] - 2016-06-02
### Added
- orthographic camera mode
Expand Down Expand Up @@ -132,6 +137,7 @@ All notable changes to this project will be documented in this file, following t
- Initial release


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


Expand Down
2 changes: 1 addition & 1 deletion js/build/ngl.embedded.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/build/ngl.full.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/build/ngl.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ if( typeof importScripts !== 'function' && WebGLRenderingContext ){

var NGL = {

REVISION: '0.7',
REVISION: '0.7.1a',
EPS: 0.0000001,
useWorker: true,
indexUint16: false,
Expand Down
2 changes: 1 addition & 1 deletion js/build/ngl.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1',
REVISION: '0.7.1a',
EPS: 0.0000001,
useWorker: true,
indexUint16: false,
Expand Down

0 comments on commit afd59cc

Please sign in to comment.