Skip to content

Commit 49d1943

Browse files
committed
Preparation for version 1.2
1 parent 3ab0769 commit 49d1943

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 1.2
2+
- ...
3+
14
Version 1.1.1
25
- File names comply with flickr guidelines
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# EasyFlickrBackup
22
Easy to use application to download and backup all your photos in original size from flickr.
33

4-
* Current version: 1.1.1
4+
* Current version: 1.2
55
* License: MIT License
66

77
![Screenshot](https://farm2.staticflickr.com/1701/25533200184_03355b0172_o_d.png)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.lutana</groupId>
55
<artifactId>EasyFlickrBackup</artifactId>
6-
<version>1.1.1</version>
6+
<version>1.2</version>
77
<packaging>jar</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/main/java/de/lutana/easyflickrbackup/AboutDlg.form

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<Font bold="true" component="jLabel1" property="font" relativeSize="true" size="0"/>
9090
</FontInfo>
9191
</Property>
92-
<Property name="text" type="java.lang.String" value="EasyFlickrBackup 1.1.1"/>
92+
<Property name="text" type="java.lang.String" value="EasyFlickrBackup 1.2"/>
9393
</Properties>
9494
</Component>
9595
<Component class="javax.swing.JLabel" name="jLabel2">
@@ -135,7 +135,7 @@
135135
<Property name="editable" type="boolean" value="false"/>
136136
<Property name="columns" type="int" value="20"/>
137137
<Property name="rows" type="int" value="5"/>
138-
<Property name="text" type="java.lang.String" value="Version 1.1.1&#xa;- File names comply with flickr guidelines&#xa;&#xa;Version 1.1&#xa;- Download process about 10 times faster&#xa;- Pause &amp; Resume the download process at any time&#xa;- Store files in a separate directory per user&#xa;&#xa;Version 1.0&#xa;- Initial release"/>
138+
<Property name="text" type="java.lang.String" value="Version 1.2&#xa;- ...&#xa;&#xa;Version 1.1.1&#xa;- File names comply with flickr guidelines&#xa;&#xa;Version 1.1&#xa;- Download process about 10 times faster&#xa;- Pause &amp; Resume the download process at any time&#xa;- Store files in a separate directory per user&#xa;&#xa;Version 1.0&#xa;- Initial release"/>
139139
</Properties>
140140
</Component>
141141
</SubComponents>

src/main/java/de/lutana/easyflickrbackup/AboutDlg.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private void initComponents() {
6161
setResizable(false);
6262

6363
jLabel1.setFont(jLabel1.getFont().deriveFont(jLabel1.getFont().getStyle() | java.awt.Font.BOLD));
64-
jLabel1.setText("EasyFlickrBackup 1.1.1");
64+
jLabel1.setText("EasyFlickrBackup 1.2");
6565

6666
jLabel2.setText("MIT License");
6767

@@ -82,7 +82,7 @@ public void mouseClicked(java.awt.event.MouseEvent evt) {
8282
jTextArea1.setEditable(false);
8383
jTextArea1.setColumns(20);
8484
jTextArea1.setRows(5);
85-
jTextArea1.setText("Version 1.1.1\n- File names comply with flickr guidelines\n\nVersion 1.1\n- Download process about 10 times faster\n- Pause & Resume the download process at any time\n- Store files in a separate directory per user\n\nVersion 1.0\n- Initial release");
85+
jTextArea1.setText("Version 1.2\n- ...\n\nVersion 1.1.1\n- File names comply with flickr guidelines\n\nVersion 1.1\n- Download process about 10 times faster\n- Pause & Resume the download process at any time\n- Store files in a separate directory per user\n\nVersion 1.0\n- Initial release");
8686
jScrollPane1.setViewportView(jTextArea1);
8787

8888
jLabel7.setText("License:");

0 commit comments

Comments
 (0)