diff --git a/config/themes.yml b/config/themes.yml index ac992643f..db88e18c3 100644 --- a/config/themes.yml +++ b/config/themes.yml @@ -1,3 +1,3 @@ -default: styles/mastodon-light.scss +default: styles/tangerineui.scss mastodon: styles/application.scss contrast: styles/contrast.scss diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index ec743af8e..96767f031 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -25,7 +25,7 @@ module Mastodon end def build_metadata - ENV.fetch('MASTODON_VERSION_METADATA', "chinwag-4.2.0") + ENV.fetch('MASTODON_VERSION_METADATA', "chinwag-4.2.10") end def to_a @@ -38,7 +38,7 @@ module Mastodon components << "+#{build_metadata}" if build_metadata.present? components.join end - + def gem_version @gem_version ||= Gem::Version.new(to_s.split('+')[0]) end