affise-attribution-lib 1.6.4 → 1.6.5

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
@@ -113,7 +113,7 @@ Add modules to iOS project
113
113
 
114
114
  | Module | Version |
115
115
  |-----------------------|:------------------------------------------------------------------------------------:|
116
- | `AffiseModule/Status` | [`1.6.13`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) |
116
+ | `AffiseModule/Status` | [`1.6.14`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) |
117
117
 
118
118
  Example [example/ios/Podfile](example/ios/Podfile)
119
119
 
@@ -122,7 +122,7 @@ target 'YourAppProject' do
122
122
  # ...
123
123
 
124
124
  # Affise Modules
125
- pod 'AffiseModule/Status', `1.6.13`
125
+ pod 'AffiseModule/Status', `1.6.14`
126
126
  end
127
127
  ```
128
128
 
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
18
18
 
19
19
  s.dependency "React-Core"
20
- s.dependency 'AffiseInternal', '1.6.13'
20
+ s.dependency 'AffiseInternal', '1.6.14'
21
21
 
22
22
  # Don't install the dependencies when we run `pod install` in the old architecture.
23
23
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "affise-attribution-lib",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "description": "Affise Attribution Library",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",