Skip to content

Commit

Permalink
feat: upgrade modules
Browse files Browse the repository at this point in the history
  • Loading branch information
igoogolx committed Dec 4, 2022
1 parent ee7a3a5 commit 75c61a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/init-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ import { runScript } from "./utils";
const modules = [
{
repo: "https://github.com/igoogolx/lux-dashboard.git",
branch: "v0.1.0",
branch: "v0.1.1",
},
{
repo: "https://github.com/igoogolx/lux-js-sdk.git",
branch: "v0.0.1",
},
{
repo: "https://github.com/igoogolx/lux-client.git",
branch: "v0.0.7",
branch: "v0.0.8",
},
];

Expand Down

0 comments on commit 75c61a0

Please sign in to comment.