Skip to content

Commit 293f35e

Browse files
committed
1.1.0
1 parent 961887a commit 293f35e

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": "randflake-monorepo",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "Distributed unique ID generator with encryption",
66
"workspaces": [

packages/randflake/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "randflake",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "TypeScript implementation of randflake ID generator",
55
"type": "module",
66
"main": "./dist/index.js",

packages/sparx64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparx64",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "TypeScript implementation of SPARX-64/128 block cipher",
55
"type": "module",
66
"main": "./dist/index.js",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "randflake"
7-
version = "0.1.0"
7+
version = "1.1.0"
88
description = "A Python implementation the Randflake ID: the distributed, uniform, unpredictable, unique random ID generator."
99
authors = [
1010
{name = "GoSuda"}

0 commit comments

Comments
 (0)