Skip to content

Commit

Permalink
Merge pull request #19 from brunojppb/bump-version
Browse files Browse the repository at this point in the history
Bump to v1.0.5
  • Loading branch information
brunojppb authored Sep 2, 2022
2 parents 0b18c87 + 0bdbc79 commit 0108ca7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
context: .
platforms: 'linux/amd64,linux/arm64'
push: ${{ github.event_name != 'pull_request' }}
tags: 'brunojppb/turbo-racer:latest,brunojppb/turbo-racer:1.0.4'
tags: 'brunojppb/turbo-racer:latest,brunojppb/turbo-racer:1.0.5'
cache-from: type=registry,ref=brunojppb/turbo-racer:latest
cache-to: type=inline
2 changes: 1 addition & 1 deletion lib/turbo_web/controllers/team_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defmodule TurboWeb.TeamController do
{flash_level, message} =
case Teams.delete(team_id) do
{:ok, _} ->
{:info, "Team #{team_id} and all its associated tokens deleted."}
{:info, "Team #{team_id} and all its associated artifacts and tokens deleted."}

{:error, _} ->
{:error, "Could not delete team with ID #{team_id}"}
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Turbo.MixProject do
[
app: :turbo,
name: "Turbo Cache",
version: "1.0.2",
version: "1.0.5",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),
Expand Down

0 comments on commit 0108ca7

Please sign in to comment.