Skip to content

Commit

Permalink
Update to version 0.2.
Browse files Browse the repository at this point in the history
Update to version 0.2.
  • Loading branch information
Yu-Hong Wang committed Mar 29, 2021
2 parents 5e6fda6 + e7f0ea9 commit f7b967c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promotedai/react-native-metrics",
"version": "0.1.3",
"version": "0.2.0",
"description": "Promoted metrics logging library for React Native.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion react-native-metrics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "PromotedAIMetricsSDK", "~> 0.1.1"
s.dependency "PromotedAIMetricsSDK", "~> 0.2.0"
end

0 comments on commit f7b967c

Please sign in to comment.