This commit is contained in:
Mayel de Borniol 2022-06-25 09:42:35 +12:00
parent b3ff97eb1b
commit 4960f6b211
3 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ MIX_ENV := env_var_or_default('MIX_ENV', "dev")
FORKS_PATH := "forks/"
ORG_NAME := "bonfirenetworks"
APP_NAME := "bonfire"
APP_VSN_EXTRA := "alpha"
APP_VSN_EXTRA := "beta"
DB_DOCKER_IMAGE := "postgis/postgis:12-3.1-alpine"
APP_REL_DOCKERFILE :="Dockerfile.release"
APP_REL_DOCKERCOMPOSE :="docker-compose.release.yml"

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.2.0-alpha.149", # note that the flavour will automatically be added where the dash appears
version: "0.3.0-beta.1", # note that the flavour will automatically be added where the dash appears
elixir: "~> 1.13",
default_flavour: "classic",
logo: "assets/static/images/bonfire-icon.png",

View file

@ -38,14 +38,14 @@
"bonfire_open_id": {:git, "https://github.com/bonfire-networks/bonfire_open_id", "45ca76e082a679f8287a5f7cf3fbca788b8d5b44", [branch: "main"]},
"bonfire_quantify": {:git, "https://github.com/bonfire-networks/bonfire_quantify", "97ecf21126d86d9b9095d2c8e902c227f956a8a9", [branch: "main"]},
"bonfire_search": {:git, "https://github.com/bonfire-networks/bonfire_search", "63bf091fae5f22537357854e568ded9172de3e10", [branch: "main"]},
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "e59ef8b50856f52b00ea1bb6f97b2439702d66d1", [branch: "main"]},
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "27c7a8aa85075938e2494c3f75235243c3863520", [branch: "main"]},
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "308beba8a7594761b407be2535109e3a55ef8e34", [branch: "main"]},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "cdbe2ecd6ce0aa29c93035f9bef1047e06a90f33", [branch: "main"]},
"bonfire_ui_coordination": {:git, "https://github.com/bonfire-networks/bonfire_ui_coordination", "c17b3ac9010505329ea871ab83cd1af55da61422", [branch: "main"]},
"bonfire_ui_kanban": {:git, "https://github.com/bonfire-networks/bonfire_ui_kanban", "d37d0a684f7a0ba9214a1370faa354991f8785b5", [branch: "main"]},
"bonfire_ui_me": {:git, "https://github.com/bonfire-networks/bonfire_ui_me", "6a855ded7467b3927c85046542fb10a8dd845a6f", [branch: "main"]},
"bonfire_ui_reflow": {:git, "https://github.com/bonfire-networks/bonfire_ui_reflow", "befd9ccb3b28b1e46e4a485deb493a041fde181b", [branch: "main"]},
"bonfire_ui_social": {:git, "https://github.com/bonfire-networks/bonfire_ui_social", "ffd5abf4f33679ac7f29b008e330c9377762b2fe", [branch: "main"]},
"bonfire_ui_social": {:git, "https://github.com/bonfire-networks/bonfire_ui_social", "a15a10625400ad7a2ed4f475d8e93c4d48e2b881", [branch: "main"]},
"bonfire_ui_valueflows": {:git, "https://github.com/bonfire-networks/bonfire_ui_valueflows", "e25815246dc11c31a08801b8e47d5d3492963546", [branch: "main"]},
"bonfire_upcycle": {:git, "https://gitlab.com/bonfire-networks/bonfire_upcycle", "bb3fb7f2ad8664290913cf0d76f877b7aac2f269", [branch: "master"]},
"bonfire_valueflows": {:git, "https://github.com/bonfire-networks/bonfire_valueflows", "3f7c96acd0b639f53c782614fb5a7fd9683f4d43", [branch: "main"]},