Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 4f42d89

Browse files
committed
Version bump to 1.1.4
1 parent 86e549d commit 4f42d89

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
PACKAGE_NAME=patternfly
22
VERSION=1.1.4
3-
MILESTONE=master
3+
MILESTONE=
44
ifneq ($(MILESTONE),)
55
SUFFIX:=_$(MILESTONE)
66
endif
77
PACKAGE_VERSION=$(VERSION)$(SUFFIX)
88
PACKAGE_RPM_VERSION=$(VERSION)
99
# for milestones
10-
PACKAGE_RPM_RELEASE=0.0.$(MILESTONE)
10+
# PACKAGE_RPM_RELEASE=0.0.$(MILESTONE)
1111
# for releases
12-
# PACKAGE_RPM_RELEASE=1
12+
PACKAGE_RPM_RELEASE=1
1313
ABI=1
1414

1515
PREFIX=/usr/local

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PatternFly",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"authors": "Red Hat",
55
"license": "Apache-2.0",
66
"homepage": "https://www.patternfly.org",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PatternFly",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"author": "Red Hat",
55
"license": "Apache-2.0",
66
"devDependencies": {

0 commit comments

Comments
 (0)