Skip to content

Commit

Permalink
Bump SDK version to 51.0.0-unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
tsapeta committed Mar 15, 2024
1 parent 95979d9 commit f69a9a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/@expo/config-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@expo/config-types",
"version": "50.0.0",
"version": "51.0.0-unreleased",
"description": "Types for the Expo config object app.config.ts",
"types": "build/ExpoConfig.d.ts",
"main": "build/ExpoConfig.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
@@ -1,6 +1,6 @@
{
"name": "expo",
"version": "50.0.0-preview.4",
"version": "51.0.0-unreleased",
"description": "The Expo SDK",
"main": "build/Expo.js",
"module": "build/Expo.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-expo/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-expo",
"version": "50.0.1",
"version": "51.0.0-unreleased",
"description": "A Jest preset to painlessly test your Expo / React Native apps.",
"license": "MIT",
"main": "src",
Expand Down

0 comments on commit f69a9a6

Please sign in to comment.