Skip to content

Commit 6fdb4b4

Browse files
committed
chore(ci): bump version v1.1.16
1 parent 60c702a commit 6fdb4b4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Instructor VTA
22

3-
[![Latest Release](https://img.shields.io/badge/Release-1.1.15-blue)](https://github.com/matyasjay/instructor/releases/latest)
3+
[![Latest Release](https://img.shields.io/badge/Release-1.1.16-blue)](https://github.com/matyasjay/instructor/releases/latest)
44
[![GolangCI](https://github.com/matyasjay/instructor/actions/workflows/golangcli-lint.yml/badge.svg?branch=main)](https://github.com/matyasjay/instructor/actions/workflows/golangcli-lint.yml)
55

66
## Background

docker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructor/docker",
33
"description": "Instructor VTA - Dockerfiles",
4-
"version": "1.1.15",
4+
"version": "1.1.16",
55
"private": true
66
}

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@instructor/frontend",
33
"description": "Instructor VTA -- Funnel Application",
4-
"version": "1.1.15",
4+
"version": "1.1.16",
55
"private": true,
66
"main": "index.html",
77
"type": "module",

http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructor/http",
33
"description": "Instructor VTA - HTTP Service",
4-
"version": "1.1.15",
4+
"version": "1.1.16",
55
"private": true
66
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructor/core",
3-
"version": "1.1.15",
3+
"version": "1.1.16",
44
"description": "Instructor - Personal VTA",
55
"scripts": {
66
"prepare": "husky"

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructor/scripts",
33
"description": "Instructor VTA - Scripts",
4-
"version": "1.1.15",
4+
"version": "1.1.16",
55
"private": true
66
}

0 commit comments

Comments
 (0)