Skip to content

Commit

Permalink
chore(): 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Jan 18, 2023
1 parent a2d9193 commit 3aa65d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
13 changes: 2 additions & 11 deletions clib.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
{
"name": "clib",
"version": "2.8.1",
"version": "2.8.3",
"repo": "clibs/clib",
"install": "make clean uninstall build install",
"makefile": "Makefile",
"src": [
"src/clib-configure.c",
"src/clib-init.c",
"src/clib-install.c",
"src/clib-search.c",
"src/clib.c",
"src/version.h",
"Makefile"
],
"dependencies": {
"stephenmathieson/trim.c": "0.0.2",
"which": "0.1.3",
Expand Down Expand Up @@ -43,4 +34,4 @@
"development": {
"stephenmathieson/describe.h": "2.0.1"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clib",
"version": "2.1.1",
"version": "2.8.3",
"repo": "clibs/clib",
"install": "make clean install",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
//

#ifndef CLIB_VERSION
#define CLIB_VERSION "2.8.2"
#define CLIB_VERSION "2.8.3"
#endif

0 comments on commit 3aa65d9

Please sign in to comment.