Skip to content

Commit

Permalink
[package.json]: Bump the version to 1.1.0
Browse files Browse the repository at this point in the history
And also update the `description` field.
  • Loading branch information
PetarKirov authored and Geod24 committed Feb 11, 2021
1 parent da8cbe4 commit b4b60d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "setup-dlang",
"version": "1.0.6",
"version": "1.1.0",
"private": false,
"description": "Installation of the requested D compiler",
"description": "GitHub Action for setting up a @dlang CI environment",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/main.ts -o dist --minify --target es2017"
Expand Down

0 comments on commit b4b60d7

Please sign in to comment.