Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Commit

Permalink
Bump to 4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Uden committed Mar 1, 2016
1 parent 31f2f1c commit 75dfb72
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion mangarack-component-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"name": "mangarack-component-common",
"repository": "git://github.com/Deathspike/mangarack",
"typings": "dist/default",
"version": "4.0.7",
"version": "4.0.8",
"devDependencies": {
"typescript": "1.8.2"
},
Expand Down
4 changes: 2 additions & 2 deletions mangarack-component-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"name": "mangarack-component-core",
"repository": "git://github.com/Deathspike/mangarack",
"typings": "dist/default",
"version": "4.0.7",
"version": "4.0.8",
"dependencies": {
"mangarack-component-common": "4.0.7"
"mangarack-component-common": "4.0.8"
},
"devDependencies": {
"typescript": "1.8.2"
Expand Down
4 changes: 2 additions & 2 deletions mangarack-component-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"repository": "git://github.com/Deathspike/mangarack",
"private": true,
"typings": "dist/default",
"version": "4.0.7",
"version": "4.0.8",
"dependencies": {
"mangarack-component-core": "4.0.7"
"mangarack-component-core": "4.0.8"
},
"devDependencies": {
"typescript": "1.8.2"
Expand Down
4 changes: 2 additions & 2 deletions mangarack-component-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"repository": "git://github.com/Deathspike/mangarack",
"private": true,
"typings": "dist/default",
"version": "4.0.7",
"version": "4.0.8",
"dependencies": {
"mangarack-component-library": "4.0.7"
"mangarack-component-library": "4.0.8"
},
"devDependencies": {
"tsd": "0.6.5",
Expand Down
4 changes: 2 additions & 2 deletions mangarack-node-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"name": "mangarack-node-core",
"repository": "git://github.com/Deathspike/mangarack",
"typings": "dist/default",
"version": "4.0.7",
"version": "4.0.8",
"dependencies": {
"cheerio": "0.19.0",
"mangarack-component-core": "4.0.7",
"mangarack-component-core": "4.0.8",
"request": "2.65.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions mangarack-node-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"private": true,
"repository": "git://github.com/Deathspike/mangarack",
"typings": "dist/default",
"version": "4.0.7",
"version": "4.0.8",
"dependencies": {
"mangarack-component-library": "4.0.7",
"mangarack-node-core": "4.0.7"
"mangarack-component-library": "4.0.8",
"mangarack-node-core": "4.0.8"
},
"devDependencies": {
"tsd": "0.6.5",
Expand Down
4 changes: 2 additions & 2 deletions mangarack-runnable-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"name": "mangarack-runnable-cli",
"repository": "git://github.com/Deathspike/mangarack",
"typings": "dist/default",
"version": "4.0.7",
"version": "4.0.8",
"dependencies": {
"archiver": "0.16.0",
"mangarack-node-core": "4.0.7",
"mangarack-node-core": "4.0.8",
"gm": "1.21.1",
"xml2js": "0.4.15"
},
Expand Down
4 changes: 2 additions & 2 deletions mangarack-runnable-daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"repository": "git://github.com/Deathspike/mangarack",
"private": true,
"typings": "dist/default",
"version": "4.0.7",
"version": "4.0.8",
"dependencies": {
"basic-auth": "1.0.3",
"body-parser": "1.15.0",
"compression": "1.6.1",
"express": "4.13.4",
"mangarack-node-library": "4.0.7"
"mangarack-node-library": "4.0.8"
},
"devDependencies": {
"tsd": "0.6.5",
Expand Down
2 changes: 1 addition & 1 deletion mangarack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "src/default",
"name": "mangarack",
"repository": "git://github.com/Deathspike/mangarack",
"version": "4.0.7",
"version": "4.0.8",
"bin": {
"mangarack": "./bin/mangarack",
"mangarack-cli": "./bin/mangarack-cli",
Expand Down

0 comments on commit 75dfb72

Please sign in to comment.