File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11.PHONY : all clean docs install dist
22
3- VERSION  = 1.0.0 
3+ VERSION  = 1.0.1 
44CFLAGS   = -O5
55LDFLAGS  = -static
66PREFIX   = /usr/local
Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ elb-2	i-b910a256
3434Linux users can install prebuilt binaries from the release tarball:
3535
3636``` 
37- sudo bash -c "cd /usr/local && wget -O - https://github.com/micha/json-table/releases/download/1.0.0 /jt-1.0.0 .tar.gz | tar xzvf -" 
37+ sudo bash -c "cd /usr/local && wget -O - https://github.com/micha/json-table/releases/download/1.0.1 /jt-1.0.1 .tar.gz | tar xzvf -" 
3838``` 
3939
4040Otherwise, to build from source:
4141
4242``` 
43- git checkout 1.0.0  && make && sudo make install 
43+ git checkout 1.0.1  && make && sudo make install 
4444``` 
4545
4646## Documentation  
Original file line number Diff line number Diff line change 11#define  _GNU_SOURCE 
22#define  JSMN_STRICT 
33#define  JSMN_PARENT_LINKS 
4- #define  JT_VERSION  "1.0.0 "
4+ #define  JT_VERSION  "1.0.1 "
55
66#include  <stdarg.h> 
77#include  <stdio.h> 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments