File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @smallstoneaps/linked-list-demo" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "author" : " Matthew Tole" ,
55 "description" : " Demo app to show the basic usage of the linked-list package" ,
66 "main" : " src/demo.c" ,
3434 " aplite" ,
3535 " basalt" ,
3636 " chalk" ,
37- " diorite"
37+ " diorite" ,
38+ " emery"
3839 ],
3940 "capabilities" : []
4041 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @smallstoneapps/linked-list" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "description" : " Pebble library for doing linked lists" ,
55 "main" : " src/c/linked-list.c" ,
66 "directories" : {
2929 " aplite" ,
3030 " basalt" ,
3131 " chalk" ,
32- " diorite"
32+ " diorite" ,
33+ " emery"
3334 ]
3435 },
3536 "files" : [
Original file line number Diff line number Diff line change 22#include "unit.h"
33#include "linked-list.h"
44
5- #define VERSION_LABEL "1.3 .0"
5+ #define VERSION_LABEL "1.4 .0"
66
77// Colour code definitions to make the output all pretty.
88#define KNRM "\x1B[0m"
You can’t perform that action at this time.
0 commit comments