Skip to content

Commit

Permalink
Maintain/v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 4, 2024
1 parent 9e97cc1 commit 2bd53df
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2

- Cleanup

## 0.0.1

- Initial version
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ Maintain Star

**.env**

```env
User="Username"
Base="Folder"
Token="AAAA"
```sh
User="User"
Base="Base"
Token="Token"
```

[Maintain]: https://github.com/Maintain
Expand Down
2 changes: 1 addition & 1 deletion Target/Class/Maintain.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playform/maintain",
"version": "0.0.1",
"version": "0.0.2",
"private": false,
"description": "🔧 Maintain.",
"keywords": [
Expand Down

0 comments on commit 2bd53df

Please sign in to comment.