Update version of flatpak shim.

Change-Id: Id07297ae3cd71bd39e7de96198e773363eb830f4
Signed-off-by: Mat Booth <mat.booth@redhat.com>
Reviewed-on: https://git.eclipse.org/r/147545
diff --git a/flatpak/platform/pom.xml b/flatpak/platform/pom.xml
index b5b2925..136c238 100644
--- a/flatpak/platform/pom.xml
+++ b/flatpak/platform/pom.xml
@@ -93,7 +93,7 @@
                       <artifact>
                         <artifactId>flatpak-dev-shim</artifactId>
                         <groupId>uk.co.matbooth.flatpak</groupId>
-                        <version>0.0.1</version>
+                        <version>1.0.0</version>
                       </artifact>
                       <destination>/app/eclipse/flatpak-dev-shim.jar</destination>
                     </additionalSource>
@@ -101,7 +101,7 @@
                       <artifact>
                         <artifactId>flatpak-dev-shim</artifactId>
                         <groupId>uk.co.matbooth.flatpak</groupId>
-                        <version>0.0.1</version>
+                        <version>1.0.0</version>
                         <type>so</type>
                       </artifact>
                       <destination>/app/jdk/lib/libflatpakdevshim.so</destination>
@@ -110,7 +110,7 @@
                       <artifact>
                         <artifactId>flatpak-dev-shim</artifactId>
                         <groupId>uk.co.matbooth.flatpak</groupId>
-                        <version>0.0.1</version>
+                        <version>1.0.0</version>
                         <type>exe</type>
                       </artifact>
                       <destination>/app/bin/hostcommandrunner</destination>
diff --git a/flatpak/sdk/pom.xml b/flatpak/sdk/pom.xml
index b1be102..457b4ee 100644
--- a/flatpak/sdk/pom.xml
+++ b/flatpak/sdk/pom.xml
@@ -95,7 +95,7 @@
                       <artifact>
                         <artifactId>flatpak-dev-shim</artifactId>
                         <groupId>uk.co.matbooth.flatpak</groupId>
-                        <version>0.0.1</version>
+                        <version>1.0.0</version>
                       </artifact>
                       <destination>/app/eclipse/flatpak-dev-shim.jar</destination>
                     </additionalSource>
@@ -103,7 +103,7 @@
                       <artifact>
                         <artifactId>flatpak-dev-shim</artifactId>
                         <groupId>uk.co.matbooth.flatpak</groupId>
-                        <version>0.0.1</version>
+                        <version>1.0.0</version>
                         <type>so</type>
                       </artifact>
                       <destination>/app/jdk/lib/libflatpakdevshim.so</destination>
@@ -112,7 +112,7 @@
                       <artifact>
                         <artifactId>flatpak-dev-shim</artifactId>
                         <groupId>uk.co.matbooth.flatpak</groupId>
-                        <version>0.0.1</version>
+                        <version>1.0.0</version>
                         <type>exe</type>
                       </artifact>
                       <destination>/app/bin/hostcommandrunner</destination>