Skip to content

Commit 21ea00b

Browse files
committed
make build
1 parent d9c79a0 commit 21ea00b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

mt-static/data-api/v7/js/mt-data-api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Movable Type DataAPI SDK for JavaScript v6
2+
* Movable Type DataAPI SDK for JavaScript v7
33
* https://github.com/movabletype/mt-data-api-sdk-js
44
* Copyright (c) Six Apart Ltd.
55
* This program is distributed under the terms of the MIT license.
@@ -140,7 +140,7 @@ var DataAPI = function(options) {
140140
* @private
141141
* @type Number
142142
*/
143-
DataAPI.version = 6;
143+
DataAPI.version = 7;
144144

145145
/**
146146
* The key of access token of this api object.

0 commit comments

Comments
 (0)