Skip to content

Commit

Permalink
🗃 Update version to 0.1.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
iujames committed Aug 22, 2023
1 parent 3b708f4 commit d7ace2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "segment-appcues-react-native-example",
"description": "Example app for segment-appcues-react-native",
"version": "1.0.0",
"version": "0.1.0-beta1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appcues/segment-react-native",
"version": "0.0.1-alpha1",
"version": "0.1.0-beta1",
"description": "Segment destination plugin for Appcues.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit d7ace2c

Please sign in to comment.