Skip to content

Commit

Permalink
Incrementing Version for Publication
Browse files Browse the repository at this point in the history
  • Loading branch information
jonobr1 committed Jan 13, 2021
1 parent 5119c4e commit f262b26
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build/two.js
Original file line number Diff line number Diff line change
Expand Up @@ -2138,13 +2138,13 @@ SOFTWARE.
* @name Two.Version
* @property {String} - The current working version of the library.
*/
Version: 'v0.8.0-dev',
Version: 'v0.7.1',

/**
* @name Two.PublishDate
* @property {String} - The automatically generated publish date in the build process to verify version release candidates.
*/
PublishDate: '2021-01-13T01:52:11.262Z',
PublishDate: '2021-01-13T01:57:28.198Z',

/**
* @name Two.Identifier
Expand Down
2 changes: 1 addition & 1 deletion build/two.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/two.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -2132,13 +2132,13 @@ var Constants = {
* @name Two.Version
* @property {String} - The current working version of the library.
*/
Version: 'v0.8.0-dev',
Version: 'v0.7.1',

/**
* @name Two.PublishDate
* @property {String} - The automatically generated publish date in the build process to verify version release candidates.
*/
PublishDate: '2021-01-13T01:52:11.262Z',
PublishDate: '2021-01-13T01:57:28.198Z',

/**
* @name Two.Identifier
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jonobr1/two.js",
"version": "v0.8.0-dev",
"version": "v0.7.1",
"description": "A renderer agnostic two-dimensional drawing api for the web.",
"module": "build/two.module.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var Constants = {
* @name Two.Version
* @property {String} - The current working version of the library.
*/
Version: 'v0.8.0-dev',
Version: 'v0.7.1',

/**
* @name Two.PublishDate
Expand Down

0 comments on commit f262b26

Please sign in to comment.