Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
chafey committed Aug 18, 2016
1 parent b659fd7 commit 0b64619
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dicomParser",
"version": "1.7.2",
"version": "1.7.3",
"description": "Javascript parser for DICOM Part 10 data",
"main": "dist/dicomParser.js",
"ignore": [
Expand Down
4 changes: 2 additions & 2 deletions dist/dicomParser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! dicom-parser - v1.7.2 - 2016-08-18 | (c) 2014 Chris Hafey | https://github.com/chafey/dicomParser */
/*! dicom-parser - v1.7.3 - 2016-08-18 | (c) 2014 Chris Hafey | https://github.com/chafey/dicomParser */
(function (root, factory) {

// node.js
Expand Down Expand Up @@ -2675,7 +2675,7 @@ var dicomParser = (function (dicomParser)
dicomParser = {};
}

dicomParser.version = "1.7.2";
dicomParser.version = "1.7.3";

return dicomParser;
}(dicomParser));
Expand Down
4 changes: 2 additions & 2 deletions dist/dicomParser.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'chafey:dicom-parser',
summary: 'Javascript parser for DICOM Part 10 data',
version: '1.7.2',
version: '1.7.3',
git: 'https://github.com/chafey/dicomParser.git/',
documentation: null
});
Expand Down
2 changes: 1 addition & 1 deletion meteor/dicomParser/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'chafey:dicom-parser',
summary: 'Javascript parser for DICOM Part 10 data',
version: '1.7.2',
version: '1.7.3',
git: 'https://github.com/chafey/dicomParser.git/',
documentation: null
});
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": "dicom-parser",
"version": "1.7.2",
"version": "1.7.3",
"description": "Javascript parser for DICOM Part 10 data",
"keywords": [
"DICOM",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var dicomParser = (function (dicomParser)
dicomParser = {};
}

dicomParser.version = "1.7.2";
dicomParser.version = "1.7.3";

return dicomParser;
}(dicomParser));

0 comments on commit 0b64619

Please sign in to comment.