Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
v0.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Sep 5, 2018
1 parent b91c0ae commit 0f321e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.2.4

* Bug fixes
* Remove minimum version check that didn't work on some qmake versions

## v0.2.3

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule WebengineKiosk.MixProject do
def project do
[
app: :webengine_kiosk,
version: "0.2.3",
version: "0.2.4",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
compilers: [:elixir_make | Mix.compilers()],
Expand Down

0 comments on commit 0f321e5

Please sign in to comment.