diff --git a/CHANGELOG.md b/CHANGELOG.md index 584cd66..efaa1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## v3.2.1 +- Fix License + ## v3.2.0 - Add public method `subscribersByTopic()` to get an array of subscribers for a specific topic. diff --git a/LICENSE b/LICENSE index 7baf0ed..4ed59ae 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 George Raptis +Copyright (c) 2014 George Raptis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index a14356b..5d2539f 100644 --- a/README.md +++ b/README.md @@ -290,3 +290,7 @@ To run the tests: ```sh $ npm test ``` + +## License + +[The MIT License (MIT)](https://georapbox.mit-license.org/@2014) diff --git a/bower.json b/bower.json index 61f5a50..a12ccb2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "georapbox.pubsub.js", - "version": "3.2.0", + "version": "3.2.1", "homepage": "https://github.com/georapbox/PubSub", "authors": [ "George Raptis " diff --git a/dist/pubsub.min.js b/dist/pubsub.min.js index 3207ab8..2a5fde0 100644 --- a/dist/pubsub.min.js +++ b/dist/pubsub.min.js @@ -2,7 +2,7 @@ * PubSub * Javascript implementation of the Publish/Subscribe pattern. * - * @version 3.2.0 + * @version 3.2.1 * @author George Raptis (georapbox.github.io) * @homepage https://github.com/georapbox/PubSub#readme * @repository git+https://github.com/georapbox/PubSub.git diff --git a/package.json b/package.json index 01904d4..2454e22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "PubSub", - "version": "3.2.0", + "version": "3.2.1", "description": "Javascript implementation of the Publish/Subscribe pattern.", "main": "src/pubsub.js", "scripts": { @@ -12,7 +12,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/georapbox/PubSub.git" + "url": "https://github.com/georapbox/PubSub.git" }, "keywords": [ "subscribe",