diff --git a/assets/package-lock.json b/assets/package-lock.json index 00d6ef93..1e2dbe96 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -1,12 +1,12 @@ { "name": "beacon", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "beacon", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "dependencies": { "@tailwindcss/forms": "^0.5", diff --git a/assets/package.json b/assets/package.json index 1be7dd42..d5b00bf6 100644 --- a/assets/package.json +++ b/assets/package.json @@ -1,6 +1,6 @@ { "name": "beacon", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "repository": {}, "scripts": { diff --git a/mix.exs b/mix.exs index dd77dd5d..4fe374f5 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Beacon.MixProject do use Mix.Project - @version "0.1.3" + @version "0.1.4" @source_url "https://github.com/BeaconCMS/beacon" @homepage_url "https://beaconcms.org"