Skip to content

Commit

Permalink
Fix License
Browse files Browse the repository at this point in the history
  • Loading branch information
georapbox committed Jun 3, 2017
1 parent a6419a8 commit 1c42a58
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,3 +290,7 @@ To run the tests:
```sh
$ npm test
```

## License

[The MIT License (MIT)](https://georapbox.mit-license.org/@2014)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/pubsub.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/georapbox/PubSub.git"
"url": "https://github.com/georapbox/PubSub.git"
},
"keywords": [
"subscribe",
Expand Down

0 comments on commit 1c42a58

Please sign in to comment.