affise-attribution-lib 1.6.38 → 1.6.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -160,7 +160,7 @@ Add modules to Android project
160
160
  Example [`example/android/app/build.gradle`](example/android/app/build.gradle)
161
161
 
162
162
  ```gradle
163
- final affise_version = '1.6.60'
163
+ final affise_version = '1.6.61'
164
164
 
165
165
  dependencies {
166
166
  // Affise modules
@@ -2,7 +2,7 @@ buildscript {
2
2
  // Buildscript is evaluated before everything else so we can't use getExtOrDefault
3
3
  def kotlin_version = rootProject.ext.has("kotlinVersion") ? rootProject.ext.get("kotlinVersion") : project.properties["AffiseAttributionNative_kotlinVersion"]
4
4
  ext {
5
- affise_version = '1.6.60'
5
+ affise_version = '1.6.61'
6
6
  agp_version = '7.2.2'
7
7
  }
8
8
 
@@ -35,7 +35,7 @@ class AffiseDebug {
35
35
  * Debug get version of flutter library
36
36
  */
37
37
  version() {
38
- return "1.6.38";
38
+ return "1.6.39";
39
39
  }
40
40
 
41
41
  /**
@@ -29,7 +29,7 @@ export class AffiseDebug {
29
29
  * Debug get version of flutter library
30
30
  */
31
31
  version() {
32
- return "1.6.38";
32
+ return "1.6.39";
33
33
  }
34
34
 
35
35
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "affise-attribution-lib",
3
- "version": "1.6.38",
3
+ "version": "1.6.39",
4
4
  "description": "Affise Attribution Library",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -33,7 +33,7 @@ export class AffiseDebug implements AffiseDebugApi {
33
33
  * Debug get version of flutter library
34
34
  */
35
35
  version(): string {
36
- return "1.6.38";
36
+ return "1.6.39";
37
37
  }
38
38
 
39
39
  /**