Skip to content

Commit 45a2d4e

Browse files
committed
Fix break line in README and change versions
1 parent d5c99bd commit 45a2d4e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- "./mvnw clean package -B -q"
1616
after_script:
1717
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
18-
- docker build -t ivchicano/vscode4teaching-server:0.4.0 .
18+
- docker build -t ivchicano/vscode4teaching-server:1.0.15 .
1919
- docker build -t ivchicano/vscode4teaching-server:latest .
20-
- docker push ivchicano/vscode4teaching-server:0.4.0
20+
- docker push ivchicano/vscode4teaching-server:1.0.15
2121
- docker push ivchicano/vscode4teaching-server:latest
2222
- language: node_js
2323
os:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Visit this [Medium blog](https://medium.com/@ivchicano) for updates on the devel
2727
![Teacher gets sharing code for course](readme_resources/teacher_sharing_code.gif)
2828
6. Students install the extension and sign up:
2929
![Student signs up](readme_resources/student_signs_up.gif)
30-
7. Students use the code from the teacher to access the course:
30+
7. Students use the code from the teacher to access the course:
3131
![Student downloads course and exercise](readme_resources/student_gets_course.gif)
3232
8. Students start solving the exercise:
3333
![Students solving exercise](readme_resources/student_solving_exercise.gif)

vscode4teaching-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"displayName": "VS Code 4 Teaching",
1414
"description": "Bring the programming exercises directly to the student’s editor.",
15-
"version": "1.0.14",
15+
"version": "1.0.15",
1616
"engines": {
1717
"vscode": "^1.43.0"
1818
},

vscode4teaching-server/docker/waitDB.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ do
44
echo "Waiting for database connection..."
55
sleep 5
66
done
7-
java -jar /app/vscode4teaching-server-1.0.0.jar
7+
java -jar /app/vscode4teaching-server-1.0.15.jar

vscode4teaching-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>com.vscode4teaching</groupId>
1313
<artifactId>vscode4teaching-server</artifactId>
14-
<version>1.0.0</version>
14+
<version>1.0.15</version>
1515
<name>VSCode 4 Teaching</name>
1616
<description>Server side of VSCode 4 Teaching extension.</description>
1717

0 commit comments

Comments
 (0)