Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlike Mike Reagent committed Dec 12, 2014
1 parent a2d0b0e commit 4a22258
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 17 deletions.
3 changes: 3 additions & 0 deletions history.md
@@ -1,3 +1,6 @@
## v1.0.3 / December 12, 2014
- fix links to `datetime` org

## v1.0.2 / December 12, 2014
- moved to [datetime org](https://github.com/datetime)
- remove should from deps, use `assert`
Expand Down
16 changes: 8 additions & 8 deletions license.md
@@ -1,4 +1,4 @@
Copyright (c) 2014 [Charlike Make Reagent][author-website], [contributors](https://github.com/tunnckoCore/current-week-number/graphs/contributors).
Copyright (c) 2014 [Charlike Make Reagent][author-website], [contributors](https://github.com/datetime/current-week-number/graphs/contributors).

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down Expand Up @@ -26,17 +26,17 @@ OTHER DEALINGS IN THE SOFTWARE.
[npmjs-shields]: http://img.shields.io/npm/v/current-week-number.svg
[npmjs-install]: https://nodei.co/npm/current-week-number.svg?mini=true

[coveralls-url]: https://coveralls.io/r/tunnckoCore/current-week-number?branch=master
[coveralls-shields]: https://img.shields.io/coveralls/tunnckoCore/current-week-number.svg
[coveralls-url]: https://coveralls.io/r/datetime/current-week-number?branch=master
[coveralls-shields]: https://img.shields.io/coveralls/datetime/current-week-number.svg

[license-url]: https://github.com/tunnckoCore/current-week-number/blob/master/license.md
[license-url]: https://github.com/datetime/current-week-number/blob/master/license.md
[license-img]: http://img.shields.io/badge/license-MIT-blue.svg

[travis-url]: https://travis-ci.org/tunnckoCore/current-week-number
[travis-img]: https://travis-ci.org/tunnckoCore/current-week-number.svg?branch=master
[travis-url]: https://travis-ci.org/datetime/current-week-number
[travis-img]: https://travis-ci.org/datetime/current-week-number.svg?branch=master

[depstat-url]: https://david-dm.org/tunnckoCore/current-week-number
[depstat-img]: https://david-dm.org/tunnckoCore/current-week-number.svg
[depstat-url]: https://david-dm.org/datetime/current-week-number
[depstat-img]: https://david-dm.org/datetime/current-week-number.svg

[author-gittip-img]: http://img.shields.io/gittip/tunnckoCore.svg
[author-gittip]: https://www.gittip.com/tunnckoCore
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "current-week-number",
"description": "Get current week number of the current year or given date string format.",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {
"lint": "npm install && node_modules/.bin/jshint . && node_modules/.bin/jscs . --reporter inline",
"test": "npm run lint && node_modules/.bin/mocha",
Expand Down
16 changes: 8 additions & 8 deletions readme.md
Expand Up @@ -62,25 +62,25 @@ currentWeekNumber("02/16/2015")


## License [![MIT license][license-img]][license-url]
Copyright (c) 2014 [Charlike Mike Reagent][author-website], [contributors](https://github.com/tunnckoCore/current-week-number/graphs/contributors).
Copyright (c) 2014 [Charlike Mike Reagent][author-website], [contributors](https://github.com/datetime/current-week-number/graphs/contributors).
Released under the [`MIT`][license-url] license.


[npmjs-url]: http://npm.im/current-week-number
[npmjs-shields]: http://img.shields.io/npm/v/current-week-number.svg
[npmjs-install]: https://nodei.co/npm/current-week-number.svg?mini=true

[coveralls-url]: https://coveralls.io/r/tunnckoCore/current-week-number?branch=master
[coveralls-shields]: https://img.shields.io/coveralls/tunnckoCore/current-week-number.svg
[coveralls-url]: https://coveralls.io/r/datetime/current-week-number?branch=master
[coveralls-shields]: https://img.shields.io/coveralls/datetime/current-week-number.svg

[license-url]: https://github.com/tunnckoCore/current-week-number/blob/master/license.md
[license-url]: https://github.com/datetime/current-week-number/blob/master/license.md
[license-img]: http://img.shields.io/badge/license-MIT-blue.svg

[travis-url]: https://travis-ci.org/tunnckoCore/current-week-number
[travis-img]: https://travis-ci.org/tunnckoCore/current-week-number.svg
[travis-url]: https://travis-ci.org/datetime/current-week-number
[travis-img]: https://travis-ci.org/datetime/current-week-number.svg

[depstat-url]: https://david-dm.org/tunnckoCore/current-week-number
[depstat-img]: https://david-dm.org/tunnckoCore/current-week-number.svg
[depstat-url]: https://david-dm.org/datetime/current-week-number
[depstat-img]: https://david-dm.org/datetime/current-week-number.svg

[author-gittip-img]: http://img.shields.io/gittip/tunnckoCore.svg
[author-gittip]: https://www.gittip.com/tunnckoCore
Expand Down

0 comments on commit 4a22258

Please sign in to comment.