Skip to content

Commit c12385c

Browse files
authored
chore: bump mosaic packages to v0.1.1 (#63)
1 parent 76300d9 commit c12385c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mosaic-token-extensions-admin",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "TypeScript SDK, CLI, and UI for managing standard token types on Solana (ex: Stablecoin & Arcade Tokens)",
55
"private": true,
66
"type": "module",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/mosaic-cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Command-line interface for managing Token-2022 tokens with extensions",
55
"repository": {
66
"type": "git",

packages/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { controlCommand } from './commands/control/index';
1919

2020
const program = new Command();
2121

22-
program.name('mosaic').description('CLI for managing Token-2022 tokens with extensions').version('0.1.0');
22+
program.name('mosaic').description('CLI for managing Token-2022 tokens with extensions').version('0.1.1');
2323

2424
// Create command group
2525
const createCommand = program.command('create').description('Create new tokens with Token-2022 extensions');

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/mosaic-sdk",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "SDK for Mosaic with helper functions for issuance and management of any token",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)