From 9c6d6a6098d2b79b1218cc149a079559e2ee801b Mon Sep 17 00:00:00 2001 From: GeopJr Date: Thu, 27 Oct 2022 23:46:16 +0300 Subject: [PATCH] feat: version badges (#529) --- README.md | 3 +++ metadata.json | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 metadata.json diff --git a/README.md b/README.md index 26e56ec5..1c2fd8ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # YimMenu made possible by [BigBaseV2](https://github.com/Pocakking/BigBaseV2) + +![](https://img.shields.io/badge/dynamic/json?color=ffab00&label=Online%20Version&query=%24.game.online&url=https%3A%2F%2Fraw.githubusercontent.com%2FYimMenu%2FYimMenu%2Fmaster%2Fmetadata.json&style=flat-square&labelColor=000000) ![](https://img.shields.io/badge/dynamic/json?color=ffab00&label=Game%20Build&query=%24.game.build&url=https%3A%2F%2Fraw.githubusercontent.com%2FYimMenu%2FYimMenu%2Fmaster%2Fmetadata.json&style=flat-square&labelColor=000000) + A mod menu base for Grand Theft Auto V. Strictly for educational purposes. diff --git a/metadata.json b/metadata.json new file mode 100644 index 00000000..14b35c78 --- /dev/null +++ b/metadata.json @@ -0,0 +1,6 @@ +{ + "game": { + "online": "1.63", + "build": "2699" + } +} \ No newline at end of file