Skip to content

Commit

Permalink
Updated Version
Browse files Browse the repository at this point in the history
  • Loading branch information
summitt committed Aug 22, 2016
1 parent c977642 commit 5ceaf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NonHTTPProxy/src/josh/ui/NonHttpUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ public Class getColumnClass(int column) {
gbc_lblNopeProxy.gridy = 1;
panel_7.add(lblNopeProxy, gbc_lblNopeProxy);

JLabel lblVersion = new JLabel("Version 1.4.1");
JLabel lblVersion = new JLabel("Version 1.4.3");
GridBagConstraints gbc_lblVersion = new GridBagConstraints();
gbc_lblVersion.insets = new Insets(0, 0, 5, 5);
gbc_lblVersion.gridx = 1;
Expand Down

0 comments on commit 5ceaf7c

Please sign in to comment.