Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spatialillusions committed Nov 13, 2017
1 parent 326912a commit 7b71ae2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.3.2 13 NOV 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.3.1",
"version": "1.3.2",
"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 symbols according to MIL-STD-2525 and APP6.",
Expand Down
2 changes: 1 addition & 1 deletion dist/milsymbol.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "milsymbol",
"version": "1.3.1",
"version": "1.3.2",
"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
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.3.1";
this.version = "1.3.2";

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

0 comments on commit 7b71ae2

Please sign in to comment.