Skip to content

Commit 4b575a4

Browse files
author
Matthew Tole
committed
Add Emery support and update to 1.4.0 (demo to 1.1.0)
1 parent 00584b9 commit 4b575a4

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

demo/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -34,7 +34,8 @@
3434
"aplite",
3535
"basalt",
3636
"chalk",
37-
"diorite"
37+
"diorite",
38+
"emery"
3839
],
3940
"capabilities": []
4041
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -29,7 +29,8 @@
2929
"aplite",
3030
"basalt",
3131
"chalk",
32-
"diorite"
32+
"diorite",
33+
"emery"
3334
]
3435
},
3536
"files": [

tests/linked-list.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

0 commit comments

Comments
 (0)