Skip to content

Commit

Permalink
Merge pull request #270 from wealthfront/prepare-2.2.3-beta
Browse files Browse the repository at this point in the history
Prepare for release 2.2.3-beta
  • Loading branch information
Kritarie committed Jan 9, 2023
2 parents 0654719 + 951a976 commit 9a74d53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 2.2.3-beta
- Fixes `onBackPressed` called twice for navigables at the top of a navigator's backstack
- Support non-Activity contexts (ie. ContextWrapper)

## 2.2.2-beta
- Adds extension functions to `LinearNavigator` for common navigation patterns.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Add the dependencies you need in your `build.gradle`:
### Core library

```groovy
def magellanVersion = '2.2.2-beta'
def magellanVersion = '2.2.3-beta'
implementation "com.wealthfront:magellan-library:${magellanVersion}"
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.wealthfront
VERSION_NAME=2.2.3-SNAPSHOT
VERSION_NAME=2.2.3-beta

POM_DESCRIPTION=The simplest navigation library for Android

Expand Down

0 comments on commit 9a74d53

Please sign in to comment.