Skip to content

Commit

Permalink
fix: Manual version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Jun 16, 2017
1 parent fec04fe commit a67d90b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/grunt-stryker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-stryker",
"description": "Grunt plugin for the mutation testing framework 'stryker'",
"version": "0.5.4",
"version": "0.5.5",
"bugs": {
"url": "https://github.com/stryker-mutator/stryker/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/stryker-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-api",
"version": "0.5.3",
"version": "0.5.4",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"scripts": {
"start": "tsc -w",
Expand Down
2 changes: 1 addition & 1 deletion packages/stryker-html-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-html-reporter",
"version": "0.4.4",
"version": "0.4.5",
"description": "An html reporter for the JavaScript mutation testing framework Stryker",
"main": "src/index.js",
"typings": "src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/stryker-jasmine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-jasmine",
"version": "0.2.4",
"version": "0.2.5",
"description": "A plugin to use the Jasmine test framework in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stryker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker",
"version": "0.6.4",
"version": "0.6.5",
"description": "The extendable JavaScript mutation testing framework",
"main": "src/Stryker.js",
"typings": "src/Stryker.d.ts",
Expand Down

0 comments on commit a67d90b

Please sign in to comment.