Skip to content

Commit e6bfc74

Browse files
committed
v1.28.4
1 parent 2f584e9 commit e6bfc74

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

include/bare/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#define BARE_VERSION_MAJOR 1
77
#define BARE_VERSION_MINOR 28
8-
#define BARE_VERSION_PATCH 3
8+
#define BARE_VERSION_PATCH 4
99

1010
#define BARE_VERSION BARE_STRING(BARE_VERSION_MAJOR) "." BARE_STRING(BARE_VERSION_MINOR) "." BARE_STRING(BARE_VERSION_PATCH)
1111

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bare",
3-
"version": "1.28.3",
3+
"version": "1.28.4",
44
"description": "Small and modular JavaScript runtime for desktop and mobile",
55
"exports": {
66
".": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)