Skip to content

Commit

Permalink
Update Mobile Wallet Adapter specification to v1.0.0 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlaver authored Oct 13, 2022
1 parent 323e2ea commit ef49988
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ For dApps,

```
dependencies {
implementation 'com.solanamobile:mobile-wallet-adapter-clientlib:0.9.0'
implementation 'com.solanamobile:mobile-wallet-adapter-clientlib:1.0.0'
}
```

For wallets,

```
dependencies {
implementation 'com.solanamobile:mobile-wallet-adapter-walletlib:0.9.0'
implementation 'com.solanamobile:mobile-wallet-adapter-walletlib:1.0.0'
}
```

Expand Down
12 changes: 10 additions & 2 deletions spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,17 @@ Please don't introduce unnecessary line breaks in this specification - it's diff

This specification uses [semantic versioning](https://en.wikipedia.org/wiki/Software_versioning#Semantic_versioning)

**Version: 0.9.1**
**Version: 1.0.0**

## Changelog
## Changelog (oldest to newest)

| Version | Description |
| ------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| 1.0.0 | Initial release version of the Mobile Wallet Adapter specification (identical to pre-release version 0.9.1) |

### Pre-v1.0.0 changelog

_This is retained for historical reference only. None of these versions were official releases, and there are no guarantees of backward compatibility._

| Version | Description |
| ------- | ----------------------------------------------------------------------------------------------------------------------------------- |
Expand Down

0 comments on commit ef49988

Please sign in to comment.