Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
spatialillusions committed Mar 3, 2017
1 parent 8a0c8e1 commit 3549ea0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Master
## 1.0.0 03 MAR 2017

- Milsymbol is now split into several modules and built with [webpack](https://webpack.github.io/), this makes the code easier to maintain.

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "milsymbol",
"version": "0.5.6",
"version": "1.0.0",
"homepage": "https://github.com/spatialillusions/milsymbol",
"authors": [
"Måns Beckman (http://www.spatialillusions.com)"
],
"description": "milsymbol is a small library in pure javascript that creates SVG symbols according to MIL-STD-2525 and APP6.",
"description": "Milsymbol is a small library in pure javascript that creates symbols according to MIL-STD-2525 and APP6.",
"main": "dist/milsymbol.js",
"license": "MIT"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "milsymbol",
"version": "0.6.0",
"description": "milsymbol.js is a small library in pure javascript that creates SVG symbols according to MIL-STD-2525 and APP6.",
"version": "1.0.0",
"description": "Milsymbol.js is a small library in pure javascript that creates symbols according to MIL-STD-2525 and APP6.",
"main": "dist/milsymbol.js",
"directories": {
"doc": "docs",
Expand Down
2 changes: 1 addition & 1 deletion src/ms.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var ms = new function(){
this._symbolParts = [];

this.autoSVG = false;
this.version = '1.0.0-master';
this.version = '1.0.0';

if (typeof console === 'object') {
console.info('milsymbol.js ' + this.version + ' - Copyright (c) 2017 Måns Beckman http://www.spatialillusions.com');
Expand Down

0 comments on commit 3549ea0

Please sign in to comment.