File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
src/main/java/airsquared/blobsaver/app Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ idea.module.outputDir file("out/production/classes") // fix running via IntelliJ
3434 * REMEMBER: also update the version string in: 
3535 *  - Main.java 
3636 */  
37- version =  " 3.1 .0" 
37+ version =  " 3.2 .0" 
3838description =  " A cross-platform GUI app for saving SHSH blobs" 
3939String  appIdentifier =  " airsquared.blobsaver.app" 
4040String  copyright =  " Copyright (c) 2021 airsquared" 
Original file line number Diff line number Diff line change 3535
3636public  class  Main  {
3737
38-     static  final  String  appVersion  = "v3.1 .0" ;
38+     static  final  String  appVersion  = "v3.2 .0" ;
3939    static  Stage  primaryStage ;
4040    // make sure to set system property before running (automatically set if running from gradle) 
4141    static  final  File  jarDirectory ;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments