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:
parent
39e4202d69
commit
205be70a37
6 changed files with 2 additions and 1 deletions
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
@ -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
2
v.mod
|
@ -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: []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue