Skip to content

Commit 83fdfb7

Browse files
committed
chore: release of 0.4.1 version.
1 parent 90631a8 commit 83fdfb7

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

NEWS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
0.x (upcoming release)
2+
3+
0.4.1
24
- (feature) add possibility for search series by catalog number in user's collection (contributed by Mukesh Katariya)
35
- (ci) cancel code coverage publishing to codecov.io service
46

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
web:
5-
image: phpcoder/mystamps:latest
5+
image: phpcoder/mystamps:0.4.1
66
cap_drop:
77
- 'ALL'
88
ports:

kubernetes/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ spec:
1515
app: mystamps
1616
spec:
1717
containers:
18-
- image: phpcoder/mystamps:latest
18+
- image: phpcoder/mystamps:0.4.1
1919
name: mystamps

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ru.mystamps</groupId>
77
<artifactId>mystamps</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4.1</version>
99
<packaging>war</packaging>
1010

1111
<dependencies>

src/main/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mystamps-frontend",
3-
"version": "0.0.4",
3+
"version": "0.4.1",
44
"description": "Frontend of https://my-stamps.ru",
55
"private": true,
66
"dependencies": {},

0 commit comments

Comments
 (0)