mirror of
https://github.com/nicolabs/mastodon-timeline-widget.git
synced 2026-04-10 16:06:45 +02:00
update version number
This commit is contained in:
parent
fc0d44d0dc
commit
1515e14f83
|
|
@ -5,7 +5,7 @@
|
|||
* see license file for details.
|
||||
*
|
||||
* @author Azet <http://www.azet.jp>
|
||||
* @version 1.02
|
||||
* @version 1.02 (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)
|
||||
|
|
@ -62,8 +62,8 @@ var MastodonApi = function(params_) {
|
|||
|
||||
|
||||
/* widget Attributes */
|
||||
MastodonApi.build = 2; // later for version comparisons if needed
|
||||
MastodonApi.version = "1.01"; // display
|
||||
MastodonApi.build = 2; // later for version comparisons if needed
|
||||
MastodonApi.version = "1.02"; // display
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue