this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump Janet version to v1.34 (#2539)

* bump janet to version 1.34.0

* remove unused strict: true from janet example

* update janetconf to new version

authored by

Alec Troemel and committed by
GitHub
9f5ce525 9dd6cd8d

+2 -3
+2 -2
build/janet/janetconf.h
··· 4 4 #define JANETCONF_H 5 5 6 6 #define JANET_VERSION_MAJOR 1 7 - #define JANET_VERSION_MINOR 31 7 + #define JANET_VERSION_MINOR 34 8 8 #define JANET_VERSION_PATCH 0 9 9 #define JANET_VERSION_EXTRA "" 10 - #define JANET_VERSION "1.31.0" 10 + #define JANET_VERSION "1.34.0" 11 11 12 12 /* #define JANET_BUILD "local" */ 13 13
-1
demos/janetdemo.janet
··· 5 5 # license: MIT License (change this to your license of choice) 6 6 # version: 0.1 7 7 # script: janet 8 - # strict: true 9 8 10 9 # Unlike other languages, the tic80 API 11 10 # is provided as a module.