Skip to content

Commit 6015e7b

Browse files
updated version to 4.4.8
1 parent b18e4c5 commit 6015e7b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

doc/metaMap-flutter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hidden: true
77

88
| LTS version (Recommended for most users): | Current Version(Latest features) |
99
|-------------------------------------------|----------------------------------|
10-
| 4.4.6 | 4.4.6 |
10+
| 4.4.8 | 4.4.8 |
1111

1212

1313

ios/metamap_plugin_flutter.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Pod::Spec.new do |s|
22
s.name = 'metamap_plugin_flutter'
3-
s.version = '4.4.6'
4-
s.summary = 'Flutter plugin for Mati SDK'
3+
s.version = '4.4.8'
4+
s.summary = 'Flutter plugin for MetaMap SDK'
55
s.description = <<-DESC
66
Flutter plugin for Mati SDK
77
DESC
88
s.homepage = 'http://getmati.com'
99
s.license = { :file => '../LICENSE' }
10-
s.author = { 'Mati' => 'avetik.sukiasyan@metamap.com' }
10+
s.author = { 'MetaMap' => 'avetik.sukiasyan@metamap.com' }
1111
s.source = { :path => '.' }
1212
s.source_files = 'Classes/**/*'
1313
s.dependency 'Flutter'
1414
s.platform = :ios, '13'
1515
s.static_framework = true
16-
s.dependency 'MetaMapSDK', "3.22.4"
16+
s.dependency 'MetaMapSDK', "3.22.5"
1717
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
1818
s.swift_version = '5.0'
1919
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: metamap_plugin_flutter
22
description: Flutter plugin for Mati SDK.
33

4-
version: 4.4.7
4+
version: 4.4.8
55
homepage: 'https://github.com/GetMati/mati-flutter-plugin'
66

77
environment:

0 commit comments

Comments
 (0)