From 574febd73f0ad2b3a007ac3179a4df4cf3fe6975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B7=E3=83=A2=E3=83=B3?= Date: Fri, 19 May 2017 18:41:54 +0900 Subject: [PATCH] update version numbers --- mastodon.widget.css | 2 +- mastodon.widget.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mastodon.widget.css b/mastodon.widget.css index d6ca5d3..cd7cea9 100644 --- a/mastodon.widget.css +++ b/mastodon.widget.css @@ -5,7 +5,7 @@ * see license file for details. * * @author Azet - * @version 1.03 + * @version 1.05 */ /* main container >>> */ diff --git a/mastodon.widget.js b/mastodon.widget.js index 7208ebb..4e48fcf 100644 --- a/mastodon.widget.js +++ b/mastodon.widget.js @@ -5,7 +5,7 @@ * see license file for details. * * @author Azet - * @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 /* <<< */