File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ repositories {
6565and then add the library. See [ releases] ( https://github.com/dsrees/JavaPhoenixClient/releases )  for the latest version
6666``` $xslt 
6767dependencies { 
68-     implementation 'com.github.dsrees:JavaPhoenixClient:0.1.5 ' 
68+     implementation 'com.github.dsrees:JavaPhoenixClient:0.1.6 ' 
6969} 
7070``` 
7171
Original file line number Diff line number Diff line change @@ -5,9 +5,5 @@ Release Process
55 2 .   Update ` README.md `  with the version about to be released.
66 3 .   Commit: ` git commit -am "Prepare version X.Y.X" ` 
77 4 .   Tag: ` git tag -a X.Y.Z -m "Version X.Y.Z" ` 
8-  5 .   Update ` version `  in ` build.grade `  to the next development version. For example, if
9-      you just tagged version 1.0.4 you would set this value to 1.0.5. Do NOT append "-SNAPSHOT" to
10-      this value, it will be added automatically.
11-  6 .   Commit: ` git commit -am "Prepare next development version." ` 
12-  7 .   Push: ` git push && git push --tags ` 
13-  8 .   Add the new release with notes (https://github.com/dsrees/JavaPhoenixClient/releases). 
8+  5 .   Push: ` git push && git push --tags ` 
9+  6 .   Add the new release with notes (https://github.com/dsrees/JavaPhoenixClient/releases ).
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010group ' com.github.dsrees' 
11- version ' 0.1.5 ' 
11+ version ' 0.1.6 ' 
1212
1313sourceCompatibility =  1.8 
1414
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments