Compare commits

...

2 Commits

Author SHA1 Message Date
a407d542da Fixed Misconfigured Version Tag 2026-03-18 21:40:58 +09:00
75c2acb9bf Updated Misconfigured Source Code URL 2026-03-18 21:37:51 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ shared:
self_destruct_value: <%= ENV.fetch('SELF_DESTRUCT', nil)&.to_json %>
software_update_url: <%= ENV.fetch('UPDATE_CHECK_URL', 'https://api.joinmastodon.org/update-check')&.to_json %>
source:
base_url: <%= ENV.fetch('SOURCE_BASE_URL', 'https://vault.stevenoh0908.pe.kr')&.to_json %>
base_url: <%= ENV.fetch('SOURCE_BASE_URL', 'https://vault.stevenoh0908.pe.kr/stevenoh0908/mastodon-sakyey')&.to_json %>
repository: <%= ENV.fetch('GITHUB_REPOSITORY', 'stevenoh0908/mastodon-sakyey') %>
tag: <%= ENV.fetch('SOURCE_TAG', nil) %>
version:

View File

@@ -6,7 +6,7 @@ module Mastodon
module Sakyey
MAJOR = 1
MINOR = 0
PATCH = 0
PATCH = 1
PRE = nil
def self.to_s