From 5622de4a785e6b7c9a4946af3efaf8b4c2bc5755 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Sun, 23 Aug 2020 09:38:27 -0500 Subject: [Feature] Support Misskey-compatible boosts with attached content notes --- lib/mastodon/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 0cad7a273..a8ffaf9ac 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -69,7 +69,7 @@ module Mastodon '@context': { 'schema': 'http://schema.org/', name: 'schema:name', value: 'schema:value' }, type: 'PropertyValue', name: 'monsterpit:extensions', - value: '2020.08.06.1', + value: '2020.08.23.1', }, { '@context': { 'schema': 'http://schema.org/', name: 'schema:name', value: 'schema:value' }, -- cgit