1
Fork 0
mirror of https://github.com/RGBCube/color.v synced 2025-08-01 18:37:45 +00:00

Fix V mod

This commit is contained in:
RGBCube 2022-12-02 21:05:02 +03:00
parent 82f9d3c78d
commit 82046d6a37

2
v.mod
View file

@ -1,7 +1,7 @@
Module { Module {
name: 'color' name: 'color'
description: 'An easier way to print colored text to the terminal.' description: 'An easier way to print colored text to the terminal.'
version: '1.2.1 version: '1.2.1'
license: 'MIT' license: 'MIT'
dependencies: [] dependencies: []
} }