Skip to content

Commit

Permalink
Bump version to 0.6.2
Browse files Browse the repository at this point in the history
fix .gitignore
  • Loading branch information
olistudent committed May 28, 2013
1 parent f287cb0 commit 3fc6641
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
/FBEditor.properties.xml
/.settings
/bin
/build
/build/*
/.externalToolBuilders
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app.name=FBEditor
app.version=0.6.1
app.version=0.6.2
main.class=de.FBEditor.FBEdit
build.dir=build
classes.dir=${build.dir}/classes
Expand Down
2 changes: 1 addition & 1 deletion src/de/FBEditor/FBEdit.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
public class FBEdit extends JFrame implements Runnable

{
private static final String version = "0.6.1";
private static final String version = "0.6.2";
private static final String PROPERTIES_FILE = "FBEditor.properties.xml";

public static FritzBoxConnection fbConnection = null;
Expand Down

0 comments on commit 3fc6641

Please sign in to comment.