Skip to content

Commit 1bbc02f

Browse files
Bump version to 0.1.5-beta
1 parent b2181da commit 1bbc02f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

frontend/app/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
* Version information for Image Annotation Dashboard.
33
*/
44

5-
export const VERSION = "0.1.4-beta";
5+
export const VERSION = "0.1.5-beta";
66
export const VERSION_INFO = {
77
major: 0,
88
minor: 1,
9-
patch: 4,
9+
patch: 5,
1010
prerelease: "beta"
1111
} as const;
1212

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-annotation-frontend",
3-
"version": "0.1.4-beta",
3+
"version": "0.1.5-beta",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "image-annotation"
3-
version = "0.1.4-beta"
3+
version = "0.1.5-beta"
44
description = "VLM-based image annotation system for Natural Scene Dataset"
55
authors = [{name = "Seyed Yahya Shirazi", email = "shirazi@ieee.org"}]
66
license = {text = "MIT"}

0 commit comments

Comments
 (0)