mirror of
https://github.com/nicolabs/mastodon-timeline-widget.git
synced 2026-05-21 11:56:48 +02:00
update version numbers
This commit is contained in:
parent
2c7f8a0da5
commit
eec852f7d0
|
|
@ -5,7 +5,7 @@
|
|||
* see license file for details.
|
||||
*
|
||||
* @author Azet <http://www.azet.jp>
|
||||
* @version 1.05 (also update MastodonAPI.version below)
|
||||
* @version 1.06 (also update MastodonAPI.version below)
|
||||
* @param object params_
|
||||
* instance_uri : the instance to fetch messages from
|
||||
* access_token : widget's application access token (can be generated from http://www.azet.jp/mastodon.wizard/wizard_en.html)
|
||||
|
|
@ -121,8 +121,8 @@ var MastodonApi = function(params_) {
|
|||
|
||||
|
||||
/* widget Attributes >>> */
|
||||
MastodonApi.build = 5; // later for version comparisons if needed
|
||||
MastodonApi.version = "1.05"; // display
|
||||
MastodonApi.build = 6; // later for version comparisons if needed
|
||||
MastodonApi.version = "1.06"; // display
|
||||
/* <<< */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue