8000 v1.3.2 · patriciogonzalezvivo/lygia@b2157ef · GitHub
[go: up one dir, main page]

Skip to content

Commit b2157ef

Browse files
v1.3.2
1 parent af87a28 commit b2157ef
7440

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lygia",
3-
"version": "1.3.0",
3+
"version": "1.3.2",
44
"description": "lygia, it's a granular and multi-language shader library designed for performance and flexibility",
55
"main": "dist/umd/lygia.main.js",
66
"unpkg": "dist/umd/lygia.main.js",

version.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ license:
1414
#endif
1515

1616
#ifndef LYGIA_VERSION_PATCH
17-
#define LYGIA_VERSION_PATCH 1
17+
#define LYGIA_VERSION_PATCH 2
1818
#endif

version.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ license:
1414
#endif
1515

1616
#ifndef LYGIA_VERSION_PATCH
17-
#define LYGIA_VERSION_PATCH 1
17+
#define LYGIA_VERSION_PATCH 2
1818
#endif

version.wesl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ license:
77
*/
88
const LYGIA_VERSION_MAJOR: u32 = 1u;
99
const LYGIA_VERSION_MINOR: u32 = 3u;
10-
const LYGIA_VERSION_PATCH: u32 = 1u;
10+
const LYGIA_VERSION_PATCH: u32 = 2u;

version.wgsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ license:
77
*/
88
const LYGIA_VERSION_MAJOR: u32 = 1u;
99
const LYGIA_VERSION_MINOR: u32 = 3u;
10-
const LYGIA_VERSION_PATCH: u32 = 1u;
10+
const LYGIA_VERSION_PATCH: u32 = 2u;

0 commit comments

Comments
 (0)
0