Skip to content

Commit

Permalink
RELEASE: update to next version: 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-w committed Mar 5, 2019
1 parent 48a5c8c commit 67c963f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GeoClient/GeoClient.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="30" android:versionName="1.1.4-RC1" package="at.wrk.fmd.cocemocl" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="35" android:versionName="1.1.4" package="at.wrk.fmd.cocemocl" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
Expand Down
6 changes: 3 additions & 3 deletions GeoClient/GeoClient/GeoClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Authors>Daniel Steiner, Robert Wittek</Authors>
<Copyright>MIT License</Copyright>
<Description>App to share the position data</Description>
<Version>1.1.2</Version>
<AssemblyVersion>1.1.4.0</AssemblyVersion>
<FileVersion>1.1.4.0</FileVersion>
<Version>1.1.4</Version>
<AssemblyVersion>1.1.4.1</AssemblyVersion>
<FileVersion>1.1.4.1</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion GeoClient/GeoClient/Views/AboutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
FontAttributes="Bold"
FontSize="Large" />
<Span
Text="1.1.4-RC1"
Text="1.1.4"
FontSize="Large"
ForegroundColor="{StaticResource LightTextColor}" />
</FormattedString.Spans>
Expand Down

0 comments on commit 67c963f

Please sign in to comment.