Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
spatialillusions committed Jun 11, 2017
1 parent a97703d commit 556658c
Show file tree
Hide file tree
Showing 5 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 branch
## 1.1.0 11 JUN 2017

### Added

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "milsymbol",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://github.com/spatialillusions/milsymbol",
"authors": [
"Måns Beckman (http://www.spatialillusions.com)"
Expand Down
2 changes: 1 addition & 1 deletion dist/milsymbol.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "milsymbol",
"version": "1.1.0",
"version": "1.2.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": {
Expand Down Expand Up @@ -34,4 +34,4 @@
"webpack": "^2.2.0",
"webpack-custom-var-library-name-plugin": "^1.0.2"
}
}
}
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.1.0";
this.version = "1.2.0";

if (typeof console === "object") {
console.info(
Expand Down

0 comments on commit 556658c

Please sign in to comment.