eduter / screeps-jest

Helper functions and environment for unit testing your Screeps code with Jest.
14 stars 4 forks source link

Bump version of package #11

Closed brisberg closed 4 years ago

brisberg commented 4 years ago

Just FYI, make sure you bump the version number in package.json each time you do a release.

By default, yarn and npm will compare the contents on the package.json files on upgrade and if the version hasn't been increased, it will decide that it does not need to download a new version from GitHub.

The version should be at least 1.1.0 as of now.

brisberg commented 4 years ago

Thanks for doing a new release!