feat(dev): update references of readur to newer versions
This commit is contained in:
parent
6165148e4d
commit
721a348888
|
|
@ -3741,7 +3741,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "readur"
|
||||
version = "0.1.0"
|
||||
version = "2.4.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"aws-config",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "readur"
|
||||
version = "0.1.0"
|
||||
version = "2.4.2"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "readur-frontend",
|
||||
"version": "0.1.0",
|
||||
"version": "2.4.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "readur-frontend",
|
||||
"version": "0.1.0",
|
||||
"version": "2.4.2",
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "readur-frontend",
|
||||
"version": "0.1.0",
|
||||
"version": "2.4.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@ use crate::{
|
|||
modifiers(&SecurityAddon),
|
||||
info(
|
||||
title = "Readur API",
|
||||
version = "0.1.0",
|
||||
version = "2.4.2",
|
||||
description = "Document management and OCR processing API",
|
||||
contact(
|
||||
name = "Readur Team",
|
||||
|
|
|
|||
Loading…
Reference in New Issue