Skip to content

Commit

Permalink
Bump version to 1.3.0(7)
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaxXx committed Jul 2, 2023
1 parent f032250 commit f5b74e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion grade_app.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:versionName="1.2.3" package="ru.mihaxxx.grade" android:installLocation="auto" android:versionCode="6">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.3.0" package="ru.mihaxxx.grade" android:installLocation="auto" android:versionCode="7">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
<application android:icon="@mipmap/icon" android:label="Сервис БРС"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
4 changes: 2 additions & 2 deletions grade_app.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<key>CFBundleIdentifier</key>
<string>ru.mihaxxx.grade</string>
<key>CFBundleShortVersionString</key>
<string>1.2.3</string>
<string>1.3.0</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>CFBundleName</key>
Expand All @@ -48,6 +48,6 @@
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>CFBundleVersion</key>
<string>6</string>
<string>7</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion grade_app/grade_app.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<Configurations>Release dev.rating;Debug;Debug dev.rating;Debug prod;Release</Configurations>
<VersionPrefix>1.2.3</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<Version>$(VersionPrefix)$(VersionSuffix)</Version>
</PropertyGroup>

Expand Down

0 comments on commit f5b74e6

Please sign in to comment.