Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Summitt committed Oct 4, 2023
1 parent 931d162 commit 1649050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NonHTTPProxy/src/josh/ui/NonHttpUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -2246,14 +2246,14 @@ public Class getColumnClass(int column) {
gbl_About.rowWeights = new double[] { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, Double.MIN_VALUE };
About.setLayout(gbl_About);

JLabel lblNopeProxy = new JLabel("NOn Http Protocol Extending (NoPE) Proxy");
JLabel lblNopeProxy = new JLabel("NOn-http Proxy Extension (NoPE)");
GridBagConstraints gbc_lblNopeProxy = new GridBagConstraints();
gbc_lblNopeProxy.insets = new Insets(0, 0, 5, 5);
gbc_lblNopeProxy.gridx = 1;
gbc_lblNopeProxy.gridy = 1;
About.add(lblNopeProxy, gbc_lblNopeProxy);

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

0 comments on commit 1649050

Please sign in to comment.