Skip to content

Commit

Permalink
networking works well enough now, bump version to alpha-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Penguin-Spy committed Apr 15, 2024
1 parent 864e700 commit 6d766b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/screens/main_menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
id: "main_menu",
title: [
{ $: 'h1', content: "Voxilon" },
{ $: 'h2', content: "with THREE.js now!!" },
{ $: 'h2', content: "with networking now!! (again)" },

{
$: 'button', content: "Singleplayer",
Expand Down Expand Up @@ -37,7 +37,7 @@ export default {
}
},

{ $: 'span', content: "alpha-10_1", class: 'version' },
{ $: 'span', content: "alpha-11_1", class: 'version' },
{
$: 'a', content: "view source", class: 'source',
href: "https://github.com/Penguin-Spy/Voxilon", target: '_blank'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voxilon",
"version": "alpha-10_1",
"version": "alpha-11_1",
"description": "mm yesn javascrimpt videojuego",
"homepage": "https://github.com/Penguin-Spy/Voxilon",
"scripts": {
Expand Down

0 comments on commit 6d766b9

Please sign in to comment.