소스 검색

Fixed: changed app version to 4.0.30

bugfix/4515
dusan.lazarevic 2 년 전
부모
커밋
f2f53019db
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0
    1
      nginx.conf
  2. 1
    1
      package.json

+ 0
- 1
nginx.conf 파일 보기

@@ -1,6 +1,5 @@
server {
listen 80;
server_name "https://trampa-api-test.dilig.net";

location / {
root /usr/share/nginx/html;

+ 1
- 1
package.json 파일 보기

@@ -1,6 +1,6 @@
{
"name": "web",
"version": "4.0.29test",
"version": "4.0.30test",
"private": true,
"dependencies": {
"@emotion/react": "^11.5.0",

Loading…
취소
저장