Skip to content

Commit c2c5743

Browse files
committed
Sync tag release - 1.0.0
1 parent a87a1af commit c2c5743

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

nuget.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
4-
<version>null</version>
4+
<version>1.0.0</version>
55
<id>datatables.net-staterestore-jqui</id>
66
<description>This is StateRestore for DataTables with styling for [jQueryUI](http://jqueryui.com/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-StateRestore-jQueryUI.git"/>

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"main": "js/stateRestore.jqueryui.js",
55
"style": "css/stateRestore.jqueryui.css",
66
"types": "./types/stateRestore.jqueryui.d.ts",
7-
"version": "null",
7+
"version": "1.0.0",
88
"files": [
99
"css/**/*.css",
1010
"js/**/*.js",
1111
"types/**/*.d.ts"
1212
],
1313
"keywords": [
1414
"StateRestore",
15-
"stateSave",
16-
"state",
17-
"reload",
15+
"stateSave",
16+
"state",
17+
"reload",
1818
"jQuery UI",
19-
"jQueryUI",
19+
"jQueryUI",
2020
"Datatables",
2121
"jQuery",
2222
"table",
@@ -49,4 +49,4 @@
4949
"type": "git",
5050
"url": "https://github.com/DataTables/Dist-DataTables-StateRestore-jQueryUI.git"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)