Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelVo committed Apr 15, 2021
1 parent 8d165c2 commit be642cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## In development
## 1.0.1
### New features
- Added support for game systems

### Compatibility
- Add support for Foundry 0.8.1


## 1.0.0
### Initial release
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "socketlib",
"title": "socketlib",
"description": "A library for easier handling of foundry sockets",
"version": "1.0.0",
"version": "1.0.1",
"minimumCoreVersion" : "0.7.9",
"compatibleCoreVersion" : "0.8.1",
"library": true,
Expand All @@ -17,7 +17,7 @@
"src/socketlib.js"
],
"url": "https://github.com/manuelVo/foundryvtt-socketlib",
"download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.0.zip",
"download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.1.zip",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json",
"readme": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/README.md",
"changelog": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/CHANGELOG.md",
Expand Down

0 comments on commit be642cf

Please sign in to comment.