Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
divanc committed Oct 20, 2023
1 parent 46c398c commit 0fabd09
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,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@adapty/react-native-ui",
"version": "2.0.0",
"version": "2.0.0-canary.1",
"description": "Extension to the Adapty SDK that allows you to easily add purchase screens to your application.",
"license": "MIT",
"author": "Vanya Dorofeyev <[email protected]> (https://github.com/divanc)",
Expand Down
2 changes: 1 addition & 1 deletion react-native-adapty-ui.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.dependency "AdaptyUI", "2.0.2"
s.dependency "React-Core"
s.dependency "Adapty", ">= 2.7.0"
s.dependency "react-native-adapty-sdk", ">= 2.7.0-canary.0"
s.dependency "react-native-adapty-sdk", ">= 2.7.0-canary.1"

# Don't install the dependencies when we run `pod install` in the old architecture.
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
Expand Down

0 comments on commit 0fabd09

Please sign in to comment.