diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 5fd1755..9b22122 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -11,10 +11,13 @@
  • Failed to fetch members
  • <% else %> <% get_members.each do |user| %> -
  • ~<%= user %>
  • +
  • ~<%= user %><%= user == "amr" ? "*" : "" %>
  • <% end %> <% end %> + + * owner & admin +

    Services

    diff --git a/config/initializers/version.rb b/config/initializers/version.rb index 43e843e..04f6a19 100644 --- a/config/initializers/version.rb +++ b/config/initializers/version.rb @@ -1,5 +1,5 @@ module FrznDev class Application - VERSION = "2024.08.06-dev" + VERSION = "2024.09.18" end end \ No newline at end of file