Skip to content

Commit

Permalink
10.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Oct 2, 2020
1 parent f1ff7a7 commit 8d38f1d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## Release 10.0.0-beta.? (2020-??-??)
## Release 10.0.0-rc.1 (2020-10-02)

[Changes since v10.0.0-beta.2](https://github.com/realm/realm-studio/compare/v10.0.0-beta.2...v10.0.0-beta.?)
[Changes since v10.0.0-beta.2](https://github.com/realm/realm-studio/compare/v10.0.0-beta.2...v10.0.0-rc.1)

### Enhancements

Expand All @@ -26,7 +26,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Internals

- Electron v8.4.1
- Realm v10.0.0-beta.13
- Realm v10.0.0-rc.1


## Release 10.0.0-beta.2 (2020-06-16)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "realm-studio",
"productName": "MongoDB Realm Studio",
"version": "10.0.0-beta.2",
"version": "10.0.0-rc.1",
"description": "A tool for everything MongoDB Realm!",
"author": {
"name": "Realm",
Expand Down
2 changes: 1 addition & 1 deletion src/ui/Greeting/Greeting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const Greeting = ({
<div className="Greeting__DownloadDemo">
<span>New to realm? </span>
<a
href="https://static.realm.io/downloads/realm-studio/demo-v11.realm"
href="https://static.realm.io/downloads/realm-studio/demo-v20.realm"
className="Link"
>
Download a demo Realm file
Expand Down

0 comments on commit 8d38f1d

Please sign in to comment.