Update version

This commit is contained in:
Karim 2022-09-07 11:06:10 +02:00
parent ad150fca2f
commit b7dcbb5878
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Release Notes
## v3.1.0 (09/09/2022)
### Features
- Add French language support
- Add language selector
## v3.0.0 (02/09/2022)
### Features

View file

@ -1,6 +1,6 @@
{
"name": "ryujinx-website",
"version": "3.0.0",
"version": "3.1.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",