Skip to content

Commit b3a6280

Browse files
committed
updating all the things
1 parent be04e9d commit b3a6280

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 3.2.0
3+
## 4.0.0
44

55
- Updated to Bootstrap V4, changed styling from wells to cards
66
- Updated numerous dependencies to reduce build warnings and errors.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "url_builder_app",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"description": "A Zendesk plugin to render URLs",
55
"keywords": [
66
"zendesk",

src/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "URL Builder App V3",
2+
"name": "URL Builder App",
33
"author": {
44
"name": "Ibotta, Inc.",
55
"email": "osscompliance@ibotta.com",
@@ -19,6 +19,6 @@
1919
"required": true
2020
}
2121
],
22-
"version": "3.2.0",
22+
"version": "4.0.0",
2323
"frameworkVersion": "2.0"
2424
}

0 commit comments

Comments
 (0)