This commit is contained in:
Mayel de Borniol 2022-01-26 08:53:55 +13:00
parent 2ed118260c
commit 282a33a2f1
2 changed files with 5 additions and 10 deletions

13
.gitignore vendored
View file

@ -87,13 +87,8 @@ assets/package-lock.json
assets/yarn.lock
# huh?
flavours/cooperation/cooperation
flavours/cooperation/classic
flavours/cooperation/haha
flavours/cooperation/reflow
flavours/classic/cooperation
flavours/classic/classic
flavours/classic/haha
flavours/classic/reflow
flavours/reflow/cooperation
flavours/*/classic
flavours/*/cooperation
flavours/*/haha
flavours/*/reflow
.DS_Store

View file

@ -3,7 +3,7 @@ defmodule Bonfire.MixProject do
use Mix.Project
@config [ # TODO: put these in ENV or an external writeable config file similar to deps.*
version: "0.1.0-beta.109", # note that the flavour will automatically be added where the dash appears
version: "0.1.0-beta.110", # note that the flavour will automatically be added where the dash appears
elixir: "~> 1.12",
default_flavour: "classic",
logo: "assets/static/images/bonfire-icon.png",