From d81a2433ddd01847835729ab0942bcf04651ae78 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 목, 10 2월 2022 09:28:51 +0900 Subject: [PATCH] 1.0.2버전 업 --- src/main/webapp/scripts/main.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/scripts/main.js b/src/main/webapp/scripts/main.js index 14ab853..870b7f3 100644 --- a/src/main/webapp/scripts/main.js +++ b/src/main/webapp/scripts/main.js @@ -4,7 +4,7 @@ 'use strict'; require.config({ - urlArgs : "bust=v1.0.1", + urlArgs : "bust=v1.0.2", paths : { 'jquery' : '../bower_components/jquery/dist/jquery', 'jquery-ui' : '../bower_components/jquery-ui/jquery-ui', -- Gitblit v1.8.0