Skip to content

Commit b084e73

Browse files
committed
Revert version
1 parent fd8fab4 commit b084e73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-patch-queue",
3-
"version": "2.0.0",
3+
"version": "1.0.0",
44
"homepage": "https://github.com/Palindrom/JSON-Patch-queue",
55
"description": "Queue for Versioned JSON-Patch - makes sure that your JSON Patches (RFC6902) gets applied in correct order",
66
"authors": [

gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = function(grunt) {
2828
files: ['package.json', 'bower.json', 'src/*'],
2929
commit: true,
3030
commitMessage: '%VERSION%',
31-
commitFiles: ['package.json', 'bower.json', 'src/*'],
31+
commitFiles: ['package.json', 'bower.json', 'index.d.ts', 'src/*'],
3232
createTag: true,
3333
tagName: '%VERSION%',
3434
tagMessage: 'Version %VERSION%',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-patch-queue",
3-
"version": "2.0.0",
3+
"version": "1.0.0",
44
"description": "Queue for Versioned JSON-Patch - makes sure that your JSON Patches (RFC6902) gets applied in correct order",
55
"main": "./src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)