diff --git a/_service b/_service
index a1bc4dc..650bd17 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
git
@PARENT_TAG@
enable
- refs/tags/0.99.3
+ refs/tags/1.0.0
*.tar
diff --git a/_servicedata b/_servicedata
index af0a3fc..45dd81a 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/flatpak/flatpak.git
- 2195848fea1a5bb9712ad5dab5895804310a33b2
\ No newline at end of file
+ 5545ac4ba66c817857fd9a421922126d74d86a3e
\ No newline at end of file
diff --git a/flatpak-0.99.3.tar.xz b/flatpak-0.99.3.tar.xz
deleted file mode 100644
index b19d35e..0000000
--- a/flatpak-0.99.3.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:9afc2f092c9537c000cda83e1452c71ccd096cfd1fa3dd75c3d0d4c01bb5dc6e
-size 681672
diff --git a/flatpak-1.0.0.tar.xz b/flatpak-1.0.0.tar.xz
new file mode 100644
index 0000000..13f6b6d
--- /dev/null
+++ b/flatpak-1.0.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:10fa2ef32bfb9f910436cc83589df642e6ae5978986cd87e400543e853a92155
+size 697408
diff --git a/flatpak.changes b/flatpak.changes
index b3b79c0..67733db 100644
--- a/flatpak.changes
+++ b/flatpak.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Mon Aug 27 09:00:17 UTC 2018 - opensuse-packaging@opensuse.org
+
+- Update to version 1.0.0:
+ + Flatpak 1.0 marks a significant improvement in performance and
+ reliability, and includes a big collection of bug fixes. 1.0
+ also includes a collection of new features.
+
-------------------------------------------------------------------
Mon Aug 13 21:31:09 UTC 2018 - opensuse-packaging@opensuse.org
diff --git a/flatpak.spec b/flatpak.spec
index 148d9c0..df33ed3 100644
--- a/flatpak.spec
+++ b/flatpak.spec
@@ -18,7 +18,7 @@
%define libname libflatpak0
Name: flatpak
-Version: 0.99.3
+Version: 1.0.0
Release: 0
Summary: OSTree based application bundles management
License: LGPL-2.1-or-later
@@ -49,12 +49,12 @@ BuildRequires: pkgconfig(libarchive) >= 2.8.0
BuildRequires: pkgconfig(libelf) >= 0.8.12
BuildRequires: pkgconfig(libseccomp)
BuildRequires: pkgconfig(libsoup-2.4)
-BuildRequires: pkgconfig(ostree-1) >= 2018.6
+BuildRequires: pkgconfig(ostree-1) >= 2018.7
BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(xau)
Requires: %{libname} = %{version}
Requires: bubblewrap >= 0.2.1
-Requires: ostree >= 2017.15
+Requires: ostree >= 2018.7
Requires: xdg-desktop-portal >= 0.10
Recommends: %{name}-lang = %{version}
# Remove after openSUSE Leap 42 is out of scope