File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.3.0 "
2+ "." : " 0.3.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.1] ( https://github.com/graasp/admin/compare/v0.3.0...v0.3.1 ) (2025-12-11)
4+
5+
6+ ### Bug Fixes
7+
8+ * add task to restart containers ([ 9825700] ( https://github.com/graasp/admin/commit/98257000214ba7beb69f96e4c00372bfc9fa5742 ) )
9+ * revert favicon to admin color ([ 1dc6ba1] ( https://github.com/graasp/admin/commit/1dc6ba1167cb28a6781557c6daeac0e9dc9f43bf ) )
10+
311## [ 0.3.0] ( https://github.com/graasp/admin/compare/v0.2.1...v0.3.0 ) (2025-12-09)
412
513
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Admin.MixProject do
44 def project do
55 [
66 app: :admin ,
7- version: "0.3.0 " ,
7+ version: "0.3.1 " ,
88 elixir: "~> 1.18" ,
99 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1010 start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments