Selaa lähdekoodia

Release 2.4.1

stable^2
Haelwenn (lanodan) Monnier 2 vuotta sitten
vanhempi
commit
7372609c5b
No known key found for this signature in database GPG Key ID: D5B7A8E43C997DEE
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      mix.exs

+ 1
- 1
CHANGELOG.md Näytä tiedosto

@@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Removed

## 2.4.1
## 2.4.1 - 2021-08-29

### Changed
- Make `mix pleroma.database set_text_search_config` run concurrently and indefinitely


+ 1
- 1
mix.exs Näytä tiedosto

@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do
[
app: :pleroma,
version: version("2.4.0"),
version: version("2.4.1"),
elixir: "~> 1.9",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),


Loading…
Peruuta
Tallenna