Skip to content

Commit 06b75e3

Browse files
committed
Sync tag release - 2.2.0
1 parent f3a9212 commit 06b75e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"types/buttons.jQueryUI.d.ts"
1212
],
1313
"src-repo": "http://github.com/DataTables/Buttons",
14-
"last-tag": "2.1.1",
14+
"last-tag": "2.2.0",
1515
"last-sync": "097b129bcdedbb65f2c267538cb831515911615c"
1616
}

nuget.nuspec

+1-1
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>2.1.1</version>
4+
<version>2.2.0</version>
55
<id>datatables.net-buttons-jqui</id>
66
<description>This is Buttons for DataTables with styling for [jQueryUI](http://jqueryui.com/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Buttons-jQueryUI.git"/>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "js/buttons.jqueryui.js",
55
"style": "css/buttons.jqueryui.css",
66
"types": "./types/buttons.jQueryUI.d.ts",
7-
"version": "2.1.1",
7+
"version": "2.2.0",
88
"files": [
99
"css/**/*.css",
1010
"js/**/*.js",

0 commit comments

Comments
 (0)