Skip to content

Commit

Permalink
Change version string
Browse files Browse the repository at this point in the history
  • Loading branch information
wiebecommajonas committed Feb 25, 2021
1 parent 8464f11 commit 8d19bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Instagram Widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function showAlert(title, message, options) {
const igWidget = {

initialize(iCloudInUse = true) {
this.version = 'v0.1.0'
this.version = 'v1.0.0' // Don't change this
this.username = args.widgetParameter || 'unsplash'
this.fm = iCloudInUse ? FileManager.iCloud() : FileManager.local()
this.root = this.fm.documentsDirectory() + '/IGWidget'
Expand Down

0 comments on commit 8d19bdf

Please sign in to comment.