MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

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

update gitignore and bump version

+3 -1
+2
.gitignore
··· 14 14 !/subprojects/packagefiles 15 15 16 16 *.todo 17 + *.trace 18 + 17 19 spec.txt 18 20 todo.txt
+1 -1
meson.build
··· 79 79 build_date = run_command('date', '+%Y-%m-%d', check: true).stdout().strip() 80 80 81 81 version_conf = configuration_data() 82 - version_conf.set('ANT_VERSION', '0.2.2.13') 82 + version_conf.set('ANT_VERSION', '0.2.2.14') 83 83 version_conf.set('ANT_GIT_HASH', git_hash) 84 84 version_conf.set('ANT_BUILD_DATE', build_date) 85 85