Browse Source

Changed version to 0.1.2

Martin Ziegler 6 months ago
parent
commit
0f964e16a5
4 changed files with 3 additions and 3 deletions
  1. 1 1
      backend/app/main.py
  2. 1 1
      frontend/src/components/Layout.tsx
  3. 0 0
      static/assets/index-BrIMpS3z.js
  4. 1 1
      static/index.html

+ 1 - 1
backend/app/main.py

@@ -277,7 +277,7 @@ async def lifespan(app: FastAPI):
 app = FastAPI(
     title=app_settings.app_name,
     description="Archive and manage Bambu Lab 3MF files",
-    version="0.1.1",
+    version="0.1.2",
     lifespan=lifespan,
 )
 

+ 1 - 1
frontend/src/components/Layout.tsx

@@ -129,7 +129,7 @@ export function Layout() {
         {/* Footer */}
         <div className="p-2 border-t border-bambu-dark-tertiary">
           <div className={`flex items-center ${sidebarExpanded ? 'justify-between px-2' : 'flex-col gap-2'}`}>
-            {sidebarExpanded && <span className="text-sm text-bambu-gray">v0.1.1</span>}
+            {sidebarExpanded && <span className="text-sm text-bambu-gray">v0.1.2</span>}
             <div className="flex items-center gap-1">
               <a
                 href="https://github.com/maziggy/bambusy"

File diff suppressed because it is too large
+ 0 - 0
static/assets/index-BrIMpS3z.js


+ 1 - 1
static/index.html

@@ -7,7 +7,7 @@
     <link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png" />
     <link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png" />
     <link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png" />
-    <script type="module" crossorigin src="/assets/index-B5KMHzxr.js"></script>
+    <script type="module" crossorigin src="/assets/index-BrIMpS3z.js"></script>
     <link rel="stylesheet" crossorigin href="/assets/index-h3ik9UJ6.css">
   </head>
   <body>

Some files were not shown because too many files changed in this diff