File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ;
66export const VERSION_INFO = {
77 major : 0 ,
88 minor : 1 ,
9- patch : 4 ,
9+ patch : 5 ,
1010 prerelease : "beta"
1111} as const ;
1212
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11[project ]
22name = " image-annotation"
3- version = " 0.1.4 -beta"
3+ version = " 0.1.5 -beta"
44description = " VLM-based image annotation system for Natural Scene Dataset"
55authors = [{name = " Seyed Yahya Shirazi" , email = " shirazi@ieee.org" }]
66license = {text = " MIT" }
You can’t perform that action at this time.
0 commit comments