Skip to content

Commit

Permalink
Prepare 0.12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
addshore committed Jan 31, 2022
1 parent 376cf07 commit 179ed30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#### 0.11 (development)
#### 0.12 (21 January 2021)

* Update expected directory name from 'photos_and_videos' to 'posts' ([Thanks loganrosen](https://github.com/addshore/facebook-data-image-exif/pull/22))

#### 0.11-alpha1 (development)

Built with JFK 11 instead of JDK 8

#### 0.10 (5 April 2020)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.addshore.facebook.data.image.exif</groupId>
<artifactId>facebook-data-image-exif</artifactId>
<packaging>jar</packaging>
<version>0.11</version>
<version>0.12</version>
<name>facebook-data-image-exif</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public class Main extends Application {

private static final String POSTS_DIRECTORY = "posts";
private String version = "0.11";
private String version = "0.12";
private Stage stage;
private MainView view;

Expand Down

0 comments on commit 179ed30

Please sign in to comment.