Skip to content

Commit

Permalink
Updated version to 1.0.2, bumped lodash dep version to 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ifandelse committed Mar 24, 2015
1 parent 5eb3a38 commit 49a67cc
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Postal.js

## Version 1.0.0 ([MIT](http://www.opensource.org/licenses/mit-license))
## Version 1.0.2 ([MIT](http://www.opensource.org/licenses/mit-license))

> See the [changelog](https://github.com/postaljs/postal.js/blob/master/changelog.md) for information on if the current version of postal has breaking changes compared to any older version(s) you might be using. Version 0.11+ removed the dependency on ConduitJS and significantly improved publishing performance. Version 1.0+ added an optional embedded-and-customized-lodash build.
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postal.js",
"version": "1.0.1",
"version": "1.0.2",
"description": "Pub/Sub library providing wildcard subscriptions, complex message handling, etc. Works server and client-side.",
"homepage": "https://github.com/postaljs/postal.js",
"keywords": [
Expand All @@ -25,7 +25,7 @@
"lib/postal.js"
],
"dependencies": {
"lodash": "~3.3.1"
"lodash": "3.x"
},
"devDependencies": {
"jquery": "~1.10.2",
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.2

* Updated lodash dependency to 3.x.

## v1.0.0
* 3.5 years in the making, 1.0 finally arrives! :-)
* Updated lodash dependency to ~3.1.0
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "postal.js",
"repo": "postaljs/postal.js",
"description": "Client-side messaging library",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [
"pub/sub",
"pub",
Expand All @@ -17,7 +17,7 @@
"envelope"
],
"dependencies": {
"component/lodash": "3.3.1"
"component/lodash": "3.x"
},
"scripts": ["lib/postal.min.js", "lib/postal.js"],
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion lib/postal.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* postal - Pub/Sub library providing wildcard subscriptions, complex message handling, etc. Works server and client-side.
* Author: Jim Cowart (http://ifandelse.com)
* Version: v1.0.1
* Version: v1.0.2
* Url: http://github.com/postaljs/postal.js
* License(s): MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/postal.lodash.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* postal - Pub/Sub library providing wildcard subscriptions, complex message handling, etc. Works server and client-side.
* Author: Jim Cowart (http://ifandelse.com)
* Version: v1.0.1
* Version: v1.0.2
* Url: http://github.com/postaljs/postal.js
* License(s): MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/postal.lodash.min.js

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

2 changes: 1 addition & 1 deletion lib/postal.min.js

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "postal",
"description": "Pub/Sub library providing wildcard subscriptions, complex message handling, etc. Works server and client-side.",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "http://github.com/postaljs/postal.js",
"repository": {
"type": "git",
"url": "git://github.com/postaljs/postal.js.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"author": "Jim Cowart (http://ifandelse.com)",
"contributors": [
{
Expand Down Expand Up @@ -82,7 +85,7 @@
"node": ">=0.4.0"
},
"dependencies": {
"lodash": "~3.3.1"
"lodash": "3.x"
},
"devDependencies": {
"bower": "~1.2.8",
Expand Down

0 comments on commit 49a67cc

Please sign in to comment.