Skip to content

Commit

Permalink
version 1.0.0 bundle version code 2
Browse files Browse the repository at this point in the history
  • Loading branch information
desistefanova committed Jul 10, 2024
1 parent 8f27555 commit a4f2ab3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@

# Mobi Sync Client App for wireless syncing of photos and videos from devices to home server. (https://mobisync.eu)

## 0.0.2 Release notes (2024-07-10)

### Enhancements
* Updated domain name for bundle file.

## 0.0.1 Release notes (2024-07-10)
## 1.0.0 Release notes (2024-07-10)

### Enhancements
* The initial version of MobiSync Client App. Web site https://mobisync.eu.
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ if (localPropertiesFile.exists()) {

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '1'
flutterVersionCode = '2'
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
flutterVersionName = '1.0'
flutterVersionName = '1.0.1'
}

def keystoreProperties = new Properties()
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: sync_client
description: Mobile and Desktop device application for automatically uploading image, video and audio files
publish_to: 'none'

version: 0.0.2
version: 1.0.0

environment:
sdk: '>=3.2.0 <5.0.0'
Expand Down

0 comments on commit a4f2ab3

Please sign in to comment.