update version numbers

This commit is contained in:
シモン 2017-05-19 18:41:54 +09:00
parent 125726b891
commit 574febd73f
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
* see license file for details.
*
* @author Azet <http://www.azet.jp>
* @version 1.03
* @version 1.05
*/
/* main container >>> */

View file

@ -5,7 +5,7 @@
* see license file for details.
*
* @author Azet <http://www.azet.jp>
* @version 1.04 (also update MastodonAPI.version below)
* @version 1.05 (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 = 4; // later for version comparisons if needed
MastodonApi.version = "1.04"; // display
MastodonApi.build = 5; // later for version comparisons if needed
MastodonApi.version = "1.05"; // display
/* <<< */