Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update game data - v0.10.18 #183

Merged
merged 1 commit into from
Jan 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -77184,7 +77184,7 @@ module.exports = function whichTypedArray(value) {
},{"available-typed-arrays":1,"call-bind":6,"call-bind/callBound":5,"for-each":63,"gopd":67,"has-tostringtag/shams":72}],505:[function(require,module,exports){
module.exports={
"name": "pokeclicker",
"version": "0.10.17",
"version": "0.10.18",
"description": "PokéClicker repository",
"main": "index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions images/Black Augurite.png
1 change: 1 addition & 0 deletions images/Blank Plate.png
1 change: 1 addition & 0 deletions images/Cornerstone_Mask.png
1 change: 1 addition & 0 deletions images/Fairy_Feather.png
1 change: 1 addition & 0 deletions images/False Dragon Titan.png
1 change: 1 addition & 0 deletions images/Hearthflame_Mask.png
1 change: 1 addition & 0 deletions images/Metal_alloy.png
1 change: 1 addition & 0 deletions images/Peat Block.png
1 change: 0 additions & 1 deletion images/Pink_Bow.png

This file was deleted.

1 change: 1 addition & 0 deletions images/Quaking Earth Titan.png
1 change: 1 addition & 0 deletions images/Slate Shard.png
1 change: 1 addition & 0 deletions images/Wellspring_Mask.png
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<script src="./pokeclicker/docs/libs/knockout-latest.js"></script>

<!-- New module-based code from './modules' -->
<script src="./pokeclicker/docs/scripts/modules.min.js?v=0.10.17"></script>
<script src="./pokeclicker/docs/scripts/modules.min.js?v=0.10.18"></script>

<!--Minified scripts-->
<script src="./pokeclicker/docs/scripts/script.min.js?v=0.10.17"></script>
<script src="./pokeclicker/docs/scripts/script.min.js?v=0.10.18"></script>

<!--Bootstrap-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
Expand All @@ -35,7 +35,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.css">
<script src="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>

<link href="./styles.css?t=1701723599277" rel="stylesheet">
<link href="./styles.css?t=1705833204671" rel="stylesheet">

</head>
<body class="no-select">
Expand Down Expand Up @@ -247,6 +247,6 @@ <h5 class="modal-title">Settings</h5>
</template>

<!-- Main wiki script -->
<script src="bundle.js?t=1701723599277"></script>
<script src="bundle.js?t=1705833204671"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion pokeclicker
Submodule pokeclicker updated 407 files