Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #37 from DynamicaBot/21versionbump
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
sebasptsch authored Dec 24, 2021
2 parents 7ec10a0 + 4faf4d9 commit 90dc797
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 1,426 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ volumes:
path: /tmp/cache
---
kind: signature
hmac: 06b1f656835456ed382e2255d85c1d6e72137eda6dd3c5896f3fcb59d3ccf53f
hmac: dda02b9017ae5fab523d61c56456f26d1aed8e7cb280c1ce89f978966ff2d8d5

...
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules/
.env
config/db.sqlite
config/db.sqlite-journal
dist/
dist/
yarn-error.log
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"@dynamica:registry": "https://npm.pkg.github.com/DynamicaBot"
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
{
"name": "dynamicabot",
"version": "2021.12.20",
"name": "bot",
"version": "2021.12.21",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DynamicaBot/Dynamica"
},
"bugs": {
"url": "https://github.com/DynamicaBot/Dynamica/issues"
},
"homepage": "https://dynamica.dev",
"readme": "README.md",
"author": {
"name": "Dynamica",
"url": "https://dynamica.dev"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/"
},
"main": "dist/index.js",
"dependencies": {
"@discordjs/builders": "^0.9.0",
"@discordjs/rest": "^0.1.0-canary.0",
Expand Down
2 changes: 1 addition & 1 deletion src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2021.12.20"
"version": "2021.12.21"
}
Loading

0 comments on commit 90dc797

Please sign in to comment.