Bump version

This commit is contained in:
Jonas Kamsker 2022-03-05 01:51:07 +01:00
parent e014d07a51
commit 968cf1ac15
3 changed files with 24441 additions and 245 deletions

24679
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,8 +5,8 @@
"version": "0.1.0",
"dependencies": {
"@babel/core": "^7.13.13",
"@ffmpeg/core": "^0.9.0",
"@ffmpeg/ffmpeg": "^0.9.8",
"@ffmpeg/core": "^0.10.0",
"@ffmpeg/ffmpeg": "^0.10.1",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^4.2.4",
@ -17,7 +17,6 @@
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^16.14.0",
"react-dropzone": "^11.3.2",
"react-file-picker": "git+https://github.com/dantheuber/react-file-picker.git#master",
"react-ga": "^3.3.0",
"react-notifications-component": "^3.1.0",
"react-scripts": "^4.0.3",

View file

@ -89,7 +89,7 @@ class ChecksumResolver extends React.Component {
audible-tools
</Link>{' '}
{new Date().getFullYear()}
{'.'}
{'. V 0.1'}
</Typography>
);
})