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

Commit

Permalink
v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pavels committed Jul 28, 2020
1 parent 21f7121 commit fdd25a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## v0.3.0

* New features
* Allow sending data from Javascript back to elixir using `QtWebChannel`.
* Allow subscribing to events from `WebengineKiosk`.

## v0.2.5

* Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
@@ -1,8 +1,8 @@
defmodule WebengineKiosk.MixProject do
use Mix.Project

@version "0.2.5"
@source_url "https://github.com/fhunleth/webengine_kiosk"
@version "0.3.0"
@source_url "https://github.com/nerves-web-kiosk/webengine_kiosk"

def project do
[
Expand Down

0 comments on commit fdd25a1

Please sign in to comment.