Skip to content

Commit 662e34d

Browse files
committed
chore: release v2.1.1-beta
1 parent 4c6e977 commit 662e34d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native",
3-
"version": "2.1.0-beta",
3+
"version": "2.1.1-beta",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"main": "lib/commonjs/index",
66
"scripts": {

packages/core/src/__tests__/context.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('#getContext', () => {
4141
library: {
4242
name: '@segment/analytics-react-native',
4343
// TODO: Mock this value
44-
version: '2.1.0-beta',
44+
version: '2.1.1-beta',
4545
},
4646
locale: 'en_US',
4747
network: {

0 commit comments

Comments
 (0)