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

Rename color/ back to src, bump version

This commit is contained in:
RGBCube 2022-12-02 22:11:06 +03:00
parent 39e4202d69
commit 205be70a37
6 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@ jobs:
- name: Generate Docs - name: Generate Docs
run: | run: |
mv ./src ./color # For the docs header
cp ./README.md ./color/ # For the README to be included in the docs. cp ./README.md ./color/ # For the README to be included in the docs.
v doc -readme -f html -o ./ -m ./color v doc -readme -f html -o ./ -m ./color

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.2'
license: 'MIT' license: 'MIT'
dependencies: [] dependencies: []
} }