Skip to content

Commit 5ee2227

Browse files
committed
chore: release 0.3.1
1 parent 1dc6ba1 commit 5ee2227

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)