Browse Source

Release 3.30.0

environments/review-gnome-3-30-cou7an/deployments/18 3.30.0
Daniel García Moreno 8 years ago
parent
commit
ed632140d3
  1. 6
      Cargo.lock
  2. 2
      fractal-gtk/Cargo.toml
  3. 2
      fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in
  4. 2
      fractal-matrix-api/Cargo.toml
  5. 2
      meson.build

6
Cargo.lock generated

@ -360,13 +360,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fractal-gtk"
version = "3.29.92"
version = "3.30.0"
dependencies = [
"cairo-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"comrak 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"fractal-matrix-api 3.29.92",
"fractal-matrix-api 3.30.0",
"fragile 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-pixbuf 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -398,7 +398,7 @@ dependencies = [
[[package]]
name = "fractal-matrix-api"
version = "3.29.92"
version = "3.30.0"
dependencies = [
"cairo-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",

2
fractal-gtk/Cargo.toml

@ -2,7 +2,7 @@
authors = ["Daniel Garcia <danigm@wadobo.com>"]
build = "build.rs"
name = "fractal-gtk"
version = "3.29.92"
version = "3.30.0"
workspace = "../"
[dependencies]

2
fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in

@ -18,7 +18,7 @@
</screenshot>
</screenshots>
<releases>
<release version="3.29.92" date="2018-08-30"/>
<release version="3.30.0" date="2018-09-04"/>
</releases>
<update_contact>danigm@wadobo.com</update_contact>

2
fractal-matrix-api/Cargo.toml

@ -1,7 +1,7 @@
[package]
authors = ["Daniel Garcia <danigm@wadobo.com>"]
name = "fractal-matrix-api"
version = "3.29.92"
version = "3.30.0"
workspace = "../"
description = """

2
meson.build

@ -1,6 +1,6 @@
project(
'fractal', 'rust',
version: '3.29.92',
version: '3.30.0',
license: 'GPLv3',
)

Loading…
Cancel
Save