Skip to content

Commit

Permalink
build v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shakiba committed Dec 31, 2023
1 parent 041726a commit 282c3fa
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2021 Erin Catto, Ali Shakiba
Copyright (c) 2023 Erin Catto, Ali Shakiba

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion build-utils/license.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const version = process.env.npm_package_version;
module.exports = `
Planck.js v${version}
@license The MIT license
@copyright Copyright (c) 2021 Erin Catto, Ali Shakiba
@copyright Copyright (c) 2023 Erin Catto, Ali Shakiba
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions dist/planck-with-testbed.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Planck.js v1.0.0-beta.20
* Planck.js v1.0.0
* @license The MIT license
* @copyright Copyright (c) 2021 Erin Catto, Ali Shakiba
* @copyright Copyright (c) 2023 Erin Catto, Ali Shakiba
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions dist/planck-with-testbed.min.js

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

4 changes: 2 additions & 2 deletions dist/planck-with-testbed.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Planck.js v1.0.0-beta.20
* Planck.js v1.0.0
* @license The MIT license
* @copyright Copyright (c) 2021 Erin Catto, Ali Shakiba
* @copyright Copyright (c) 2023 Erin Catto, Ali Shakiba
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions dist/planck.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Planck.js v1.0.0-beta.20
* Planck.js v1.0.0
* @license The MIT license
* @copyright Copyright (c) 2021 Erin Catto, Ali Shakiba
* @copyright Copyright (c) 2023 Erin Catto, Ali Shakiba
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions dist/planck.min.js

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

4 changes: 2 additions & 2 deletions dist/planck.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Planck.js v1.0.0-beta.20
* Planck.js v1.0.0
* @license The MIT license
* @copyright Copyright (c) 2021 Erin Catto, Ali Shakiba
* @copyright Copyright (c) 2023 Erin Catto, Ali Shakiba
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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": "planck",
"version": "1.0.0-beta.20",
"version": "1.0.0",
"description": "2D JavaScript/TypeScript physics engine for cross-platform HTML5 game development",
"homepage": "https://github.com/piqnt/planck.js",
"keywords": [
Expand Down

0 comments on commit 282c3fa

Please sign in to comment.