Skip to content

Commit

Permalink
Merge pull request #36 from brunojppb/release-1.3.1
Browse files Browse the repository at this point in the history
Bump version to 1.3.1
  • Loading branch information
brunojppb authored Oct 19, 2022
2 parents 6e289ef + 59e0a25 commit 995c1db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.0"
tags: "brunojppb/turbo-racer:latest,brunojppb/turbo-racer:1.3.1"
cache-from: type=registry,ref=brunojppb/turbo-racer:latest
cache-to: type=inline
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 Racer",
version: "1.3.0",
version: "1.3.1",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),
Expand Down

0 comments on commit 995c1db

Please sign in to comment.