Update version
This commit is contained in:
parent
ad150fca2f
commit
b7dcbb5878
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
## v3.1.0 (09/09/2022)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Add French language support
|
||||||
|
- Add language selector
|
||||||
|
|
||||||
## v3.0.0 (02/09/2022)
|
## v3.0.0 (02/09/2022)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ryujinx-website",
|
"name": "ryujinx-website",
|
||||||
"version": "3.0.0",
|
"version": "3.1.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vue-tsc --noEmit && vite build",
|
"build": "vue-tsc --noEmit && vite build",
|
||||||
|
|
Loading…
Reference in a new issue