Skip to content

Commit

Permalink
chore: release v2.1.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Feb 3, 2022
1 parent 4c6e977 commit 662e34d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native",
"version": "2.1.0-beta",
"version": "2.1.1-beta",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/__tests__/context.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('#getContext', () => {
library: {
name: '@segment/analytics-react-native',
// TODO: Mock this value
version: '2.1.0-beta',
version: '2.1.1-beta',
},
locale: 'en_US',
network: {
Expand Down

0 comments on commit 662e34d

Please sign in to comment.