File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 
java/shnupbups/tinkersaether Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
1111// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
1212
1313
14- version =  " 1.1.1 " 
14+ version =  " 1.1.2 " 
1515group =  " shnupbups.tinkersaether" //  http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616archivesBaseName =  " tinkersaether" 
1717
Original file line number Diff line number Diff line change 3131public  class  TinkersAether  {
3232    public  static  final  String  modid  = "tinkersaether" ;
3333    public  static  final  String  name  = "MoreTiC" ;
34-     public  static  final  String  version  = "1.1.1 " ;
34+     public  static  final  String  version  = "1.1.2 " ;
3535
3636    @ Mod .Instance (modid )
3737    public  static  TinkersAether  instance ;
Original file line number Diff line number Diff line change 33  "modid" : " tinkersaether" 
44  "name" : " Tinker's Aether" 
55  "description" : " Adds Aether materials and stuff to Tinker's Construct." 
6-   "version" : " 1.1.1 " 
6+   "version" : " 1.1.2 " 
77  "mcversion" : " ${mcversion}" 
88  "url" : " " 
99  "updateUrl" : " " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments