Skip to content

Commit

Permalink
Prepare for next development cycle (2.1.8-SNAPSHOT)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmathew committed Feb 17, 2022
1 parent de2f7a9 commit 1d9b7c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.1.7-beta
## 2.1.7
- Add `ViewTemplateApplier` to manipulate Navigable views at Navigator level

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

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.wealthfront
VERSION_NAME=2.1.7
VERSION_NAME=2.1.8-SNAPSHOT

POM_DESCRIPTION=The simplest navigation library for Android

Expand Down

0 comments on commit 1d9b7c3

Please sign in to comment.